Add additional links/resources to stale.yml message (#3467)
Browse files* Update stale.yml
* cleanup
* Update stale.yml
* reformat
- .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:
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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'
|