glenn-jocher commited on
Commit
a91cdd2
1 Parent(s): 1df494e

update stale.yml

Browse files

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

Files changed (1) hide show
  1. .github/workflows/stale.yml +3 -3
.github/workflows/stale.yml CHANGED
@@ -10,8 +10,8 @@ jobs:
10
  - uses: actions/stale@v1
11
  with:
12
  repo-token: ${{ secrets.GITHUB_TOKEN }}
13
- stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove Stale label or comment or this will be closed in 5 days.'
14
- stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove Stale label or comment or this will be closed in 5 days.'
15
  days-before-stale: 30
16
  days-before-close: 5
17
- exempt-issue-label: ['documentation', 'tutorial']
 
10
  - uses: actions/stale@v1
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-label: 'documentation,tutorial'