Skip to content

Commit f02db28

Browse files
committed
Update manage-stale-issues-and-prs.yml
1 parent b0793c8 commit f02db28

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/workflows/manage-stale-issues-and-prs.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,17 @@ jobs:
1212
uses: actions/stale@v9
1313
id: stale
1414
with:
15-
stale-issue-message: 'This issue will be closed in a few days if no response is received. Please provide an update with the requested information.'
16-
stale-pr-message: 'This pull request will be closed in a few days if no response is received. Please update or comment if you would like to continue working on it.'
17-
close-issue-message: 'This issue has been closed due to inactivity. Reason: stale'
18-
close-pr-message: 'This pull request has been closed due to inactivity. Reason: stale'
19-
days-before-stale: 10
20-
days-before-close: 4
15+
stale-issue-message: 'This issue will be automatically closed in a few days if no response is received. Please provide an update with the requested information.'
16+
stale-pr-message: 'This pull request will be automatically closed in a few days if no response is received. Please update your PR or comment if you would like to continue working on it.'
17+
close-issue-message: 'This issue has been automatically closed due to inactivity.'
18+
close-pr-message: 'This pull request has been automatically closed due to inactivity.'
19+
days-before-stale: 14
20+
days-before-close: 7
2121
stale-issue-label: '⏱︎ Stale'
2222
stale-pr-label: '⏱︎ Stale'
2323
only-labels: '💤 Waiting for feedback'
2424
remove-stale-when-updated: true
25-
remove-issue-stale-when-updated: true
26-
remove-pr-stale-when-updated: true
2725
operations-per-run: 100
28-
delete-branch: true
29-
ignore-updates: false
3026
labels-to-remove-when-unstale: '⏱︎ Stale, 💤 Waiting for feedback'
31-
any-of-labels: ''
32-
ascending: false
3327
close-issue-reason: 'not_planned'
3428
exempt-all-milestones: false

0 commit comments

Comments
 (0)