Skip to content

Commit 1e07b6c

Browse files
authored
Merge pull request #1272 from Flow-Launcher/taooceros-patch-1
Update stale message
2 parents 2cbc4d3 + 5a35631 commit 1e07b6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
steps:
1616
- uses: actions/stale@v4
1717
with:
18-
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.'
18+
stale-issue-message: 'This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
1919
days-before-stale: 45
2020
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 7 days with no activity. If you feel this issue still needs attention please feel free to reopen.'
2424
stale-pr-label: 'no-pr-activity'
2525
exempt-issue-labels: 'keep-fresh'
26-
exempt-pr-labels: 'keep-fresh,awaiting-approval,work-in-progress'
26+
exempt-pr-labels: 'keep-fresh,awaiting-approval,work-in-progress'

0 commit comments

Comments
 (0)