Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#20059 Fix YOLOv8-ONNXRuntime example links

Merged
Ghost merged 1 commits into Ultralytics:main from ultralytics:fix-example-links
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
  1. # Ultralytics ๐Ÿš€ AGPL-3.0 License - https://ultralytics.com/license
  2. name: Close stale issues
  3. on:
  4. schedule:
  5. - cron: "0 0 * * *" # Runs at 00:00 UTC every day
  6. permissions:
  7. pull-requests: write
  8. issues: write
  9. jobs:
  10. stale:
  11. runs-on: ubuntu-latest
  12. steps:
  13. - uses: actions/stale@v9
  14. with:
  15. repo-token: ${{ secrets.GITHUB_TOKEN }}
  16. stale-issue-message: |
  17. ๐Ÿ‘‹ Hello there! We wanted to give you a friendly reminder that this issue has not had any recent activity and may be closed soon, but don't worry - you can always reopen it if needed. If you still have any questions or concerns, please feel free to let us know how we can help.
  18. For additional resources and information, please see the links below:
  19. - **Docs**: https://docs.ultralytics.com
  20. - **HUB**: https://hub.ultralytics.com
  21. - **Community**: https://community.ultralytics.com
  22. Feel free to inform us of any other **issues** you discover or **feature requests** that come to mind in the future. Pull Requests (PRs) are also always welcomed!
  23. Thank you for your contributions to YOLO ๐Ÿš€ and Vision AI โญ
  24. stale-pr-message: |
  25. ๐Ÿ‘‹ Hello there! We wanted to let you know that we've decided to close this pull request due to inactivity. We appreciate the effort you put into contributing to our project, but unfortunately, not all contributions are suitable or aligned with our product roadmap.
  26. We hope you understand our decision, and please don't let it discourage you from contributing to open source projects in the future. We value all of our community members and their contributions, and we encourage you to keep exploring new projects and ways to get involved.
  27. For additional resources and information, please see the links below:
  28. - **Docs**: https://docs.ultralytics.com
  29. - **HUB**: https://hub.ultralytics.com
  30. - **Community**: https://community.ultralytics.com
  31. Thank you for your contributions to YOLO ๐Ÿš€ and Vision AI โญ
  32. ignore-pr-updates: true
  33. remove-pr-stale-when-updated: false
  34. include-only-assigned: true
  35. days-before-issue-stale: 30
  36. days-before-issue-close: 10
  37. days-before-pr-stale: 90
  38. days-before-pr-close: 30
  39. exempt-issue-labels: "documentation,tutorial,TODO"
  40. operations-per-run: 300 # The maximum number of operations per run, used to control rate limiting.
Discard
Tip!

Press p or to see the previous file or, n or to see the next file