Jason Smith
4 years ago
No account linked to committer's email address
|
@@ -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'
|