Skip to content

Commit d1b5743

Browse files
authored
Update stale-issues.yml
1 parent ad522d6 commit d1b5743

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/stale-issues.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ permissions:
1717

1818
jobs:
1919
stale:
20-
2120
runs-on: ubuntu-latest
2221
permissions:
2322
issues: write
@@ -27,13 +26,15 @@ jobs:
2726
- uses: actions/stale@v9
2827
with:
2928
repo-token: ${{ secrets.GITHUB_TOKEN }}
30-
days-before-stale: 30
29+
days-before-stale: 21
3130
days-before-close: 14
3231
enable-statistics: true
33-
any-of-labels: 'waiting-for-'
32+
any-of-labels: 'Awaiting Response'
3433
remove-stale-when-updated: true
35-
stale-issue-message: 'We have noticed this issue has not been updated within 30 days. If there is no action on this issue in the next 14 days, we will automatically close it.'
36-
stale-pr-message: 'We have noticed this PR has not been updated within 30 days. If there is no action on this PR in the next 14 days, we will automatically close it.'
34+
stale-issue-message: 'We have noticed this issue has not been updated within 21 days. If there is no action on this issue in the next 14 days, we will automatically close it.'
35+
stale-pr-message: 'We have noticed this PR has not been updated within 21 days. If there is no action on this PR in the next 14 days, we will automatically close it.'
36+
close-issue-message: 'This issue has been stale for 5 weeks and has been automatically closed.'
37+
close-pr-message: 'This PR has been stale for 5 weeks and has been automatically closed.'
3738
stale-issue-label: 'stale'
3839
stale-pr-label: 'stale'
3940

@@ -47,4 +48,4 @@ jobs:
4748
remove-stale-when-updated: true
4849
stale-issue-message: 'We have noticed this issue has been resolved for 5 days. If there is not action on this issue in the next 2 days, we will automatically close it.'
4950
stale-issue-label: 'stale'
50-
51+

0 commit comments

Comments
 (0)