Browse Source

Update stale issue message and parameters (#19412)

* Update stale issue bot

* Update close-stale.yml

* Update close-stale.yml

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Jason Smith 3 years ago
parent
commit
a52afd2aeb
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .github/workflows/close-stale.yml

+ 2
- 2
.github/workflows/close-stale.yml View File

@@ -20,8 +20,8 @@ jobs:
20 20
     - uses: actions/stale@v3
21 21
       with:
22 22
         repo-token: ${{ secrets.GITHUB_TOKEN }}
23
-        stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label / comment or this will be closed in 5 days.'
23
+        stale-issue-message: 'This issue has had no activity in the last 30 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 7 days.'
24 24
         days-before-stale: 30
25
-        days-before-close: 5
25
+        days-before-close: 7
26 26
         stale-issue-label: 'stale-closing-soon'
27 27
         exempt-issue-labels: 'T: Feature Request'

Loading…
Cancel
Save