Skip to content

Commit 361f545

Browse files
committed
Increase number of days until Stale issue is closed
1 parent 77881c1 commit 361f545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- uses: actions/stale@v4
1717
with:
1818
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
19-
days-before-close: 5
2019
days-before-stale: 45
20+
days-before-close: 7
2121
days-before-pr-close: -1
2222
exempt-all-milestones: true
2323
close-issue-message: 'This issue was closed because it has been stale for 5 days with no activity. If you feel this issue still needs attention please feel free to reopen.'

0 commit comments

Comments
 (0)