Skip to content

Commit 2cbc4d3

Browse files
authored
Merge pull request #1270 from Flow-Launcher/update-stale-bot
Update Stale bot
2 parents f7b3871 + f988d39 commit 2cbc4d3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/stale.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ 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-stale: 30
20-
days-before-close: 5
19+
days-before-stale: 45
20+
days-before-close: 7
2121
days-before-pr-close: -1
2222
exempt-all-milestones: true
23-
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.'
23+
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.'
24+
stale-pr-label: 'no-pr-activity'
25+
exempt-issue-labels: 'keep-fresh'
26+
exempt-pr-labels: 'keep-fresh,awaiting-approval,work-in-progress'

0 commit comments

Comments
 (0)