glenn-jocher commited on
Commit
739451d
Β·
unverified Β·
1 Parent(s): b31229a

Add additional links/resources to stale.yml message (#3467)

Browse files

* Update stale.yml

* cleanup

* Update stale.yml

* reformat

Files changed (1) hide show
  1. .github/workflows/stale.yml +20 -2
.github/workflows/stale.yml CHANGED
@@ -10,8 +10,26 @@ jobs:
10
  - uses: actions/stale@v3
11
  with:
12
  repo-token: ${{ secrets.GITHUB_TOKEN }}
13
- stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
14
- stale-pr-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  days-before-stale: 30
16
  days-before-close: 5
17
  exempt-issue-labels: 'documentation,tutorial'
 
10
  - uses: actions/stale@v3
11
  with:
12
  repo-token: ${{ secrets.GITHUB_TOKEN }}
13
+ stale-issue-message: |
14
+ πŸ‘‹ Hello @${{ github.actor }}, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.
15
+
16
+ Access additional [YOLOv5](https://ultralytics.com/yolov5) πŸš€ resources:
17
+ - **Wiki** – https://github.com/ultralytics/yolov5/wiki
18
+ - **Tutorials** – https://github.com/ultralytics/yolov5#tutorials
19
+ - **Docs** – https://docs.ultralytics.com
20
+
21
+ Access additional [Ultralytics](https://ultralytics.com) ⚑ resources:
22
+ - **Ultralytics HUB** – https://hub.ultralytics.com
23
+ - **Vision API** – https://ultralytics.com/yolov5
24
+ - **About Us** – https://ultralytics.com/about
25
+ - **Join Our Team** – https://ultralytics.com/work
26
+ - **Contact Us** – https://ultralytics.com/contact
27
+
28
+ 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!
29
+
30
+ Thank you for your contributions to YOLOv5 πŸš€ and Vision AI ⭐!
31
+
32
+ stale-pr-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions YOLOv5 πŸš€ and Vision AI ⭐.'
33
  days-before-stale: 30
34
  days-before-close: 5
35
  exempt-issue-labels: 'documentation,tutorial'