You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/stale-issues.yml
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ permissions:
17
17
18
18
jobs:
19
19
stale:
20
-
21
20
runs-on: ubuntu-latest
22
21
permissions:
23
22
issues: write
@@ -27,13 +26,15 @@ jobs:
27
26
- uses: actions/stale@v9
28
27
with:
29
28
repo-token: ${{ secrets.GITHUB_TOKEN }}
30
-
days-before-stale: 30
29
+
days-before-stale: 21
31
30
days-before-close: 14
32
31
enable-statistics: true
33
-
any-of-labels: 'waiting-for-'
32
+
any-of-labels: 'Awaiting Response'
34
33
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.'
37
38
stale-issue-label: 'stale'
38
39
stale-pr-label: 'stale'
39
40
@@ -47,4 +48,4 @@ jobs:
47
48
remove-stale-when-updated: true
48
49
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.'
0 commit comments