From 3cc70ca8eeb04bbde82331c3e41495b717aa548e Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 4 Jun 2021 23:08:28 +0200 Subject: [PATCH 1/4] Update stale.yml --- .github/workflows/stale.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0a094e237b34..8b7531224531 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,8 +10,26 @@ jobs: - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - 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.' - 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.' + stale-issue-message: | + 👋 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. + + You can access additional YOLOv5 🚀 resources here: + - **Wiki** – https://github.com/ultralytics/yolov5/wiki + - **Tutorials** – https://github.com/ultralytics/yolov5#tutorials + - **Docs** – https://docs.ultralytics.com + + And you can access [Ultralytics](https://ultralytics.com) resources here: + - **Ultralytics HUB** – https://hub.ultralytics.com + - **Vision API** – https://ultralytics.com/yolov5 + - **About Us** – https://ultralytics.com/about + - **Join Our Team** – https://ultralytics.com/work + - **Contact Us** – https://ultralytics.com/contact + + 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! + + Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐! + + 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 ⭐.' days-before-stale: 30 days-before-close: 5 exempt-issue-labels: 'documentation,tutorial' From e85767ef4f67724e8c3db520bc5ba6cfda8c2ef0 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 4 Jun 2021 23:27:43 +0200 Subject: [PATCH 2/4] cleanup --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8b7531224531..d37afc05e988 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,12 +13,12 @@ jobs: stale-issue-message: | 👋 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. - You can access additional YOLOv5 🚀 resources here: + Additional [YOLOv5](https://ultralytics.com/yolov5) 🚀 resources: - **Wiki** – https://github.com/ultralytics/yolov5/wiki - **Tutorials** – https://github.com/ultralytics/yolov5#tutorials - **Docs** – https://docs.ultralytics.com - And you can access [Ultralytics](https://ultralytics.com) resources here: + Additional [Ultralytics](https://ultralytics.com) ⚡ resources: - **Ultralytics HUB** – https://hub.ultralytics.com - **Vision API** – https://ultralytics.com/yolov5 - **About Us** – https://ultralytics.com/about From d1615d093d3bb6c5fcbeaf1fa50f379d75d1b23b Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 4 Jun 2021 23:30:45 +0200 Subject: [PATCH 3/4] Update stale.yml --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d37afc05e988..6ca19a046244 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,12 +13,12 @@ jobs: stale-issue-message: | 👋 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. - Additional [YOLOv5](https://ultralytics.com/yolov5) 🚀 resources: + Access additional [YOLOv5](https://ultralytics.com/yolov5) 🚀 resources: - **Wiki** – https://github.com/ultralytics/yolov5/wiki - **Tutorials** – https://github.com/ultralytics/yolov5#tutorials - **Docs** – https://docs.ultralytics.com - Additional [Ultralytics](https://ultralytics.com) ⚡ resources: + Access additional [Ultralytics](https://ultralytics.com) ⚡ resources: - **Ultralytics HUB** – https://hub.ultralytics.com - **Vision API** – https://ultralytics.com/yolov5 - **About Us** – https://ultralytics.com/about From f2768acd7a31aba7ef7b9cf99475b5a625fde60c Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 4 Jun 2021 23:40:50 +0200 Subject: [PATCH 4/4] reformat --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6ca19a046244..2332cf5d53db 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,7 +18,7 @@ jobs: - **Tutorials** – https://github.com/ultralytics/yolov5#tutorials - **Docs** – https://docs.ultralytics.com - Access additional [Ultralytics](https://ultralytics.com) ⚡ resources: + Access additional [Ultralytics](https://ultralytics.com) ⚡ resources: - **Ultralytics HUB** – https://hub.ultralytics.com - **Vision API** – https://ultralytics.com/yolov5 - **About Us** – https://ultralytics.com/about