Skip to content

Commit 07f7bb9

Browse files
Copilotrbtr
andcommitted
Fix stale workflow to properly disable issue closing while keeping PR closing
Co-authored-by: rbtr <[email protected]>
1 parent 10a03d9 commit 07f7bb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
with:
1818
ascending: true
1919
close-pr-message: 'Pull request closed due to inactivity.'
20-
days-before-close: 7
2120
days-before-stale: 14
21+
days-before-issue-close: -1
22+
days-before-pr-close: 7
2223
delete-branch: true
2324
exempt-issue-labels: 'exempt-stale'
2425
exempt-pr-labels: 'exempt-stale,dependencies,ci'
25-
exempt-pr-authors: 'dependabot[bot]'
2626
operations-per-run: 100
2727
stale-issue-message: 'This issue is stale because it has been open for 2 weeks with no activity. Remove stale label or comment to keep it open.'
2828
stale-pr-message: 'This pull request is stale because it has been open for 2 weeks with no activity. Remove stale label or comment or this will be closed in 7 days'

0 commit comments

Comments
 (0)