mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update stale message
This commit is contained in:
parent
2cbc4d3f42
commit
5a3563191f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/stale.yml
vendored
6
.github/workflows/stale.yml
vendored
|
|
@ -15,12 +15,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v4
|
- uses: actions/stale@v4
|
||||||
with:
|
with:
|
||||||
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.'
|
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.'
|
||||||
days-before-stale: 45
|
days-before-stale: 45
|
||||||
days-before-close: 7
|
days-before-close: 7
|
||||||
days-before-pr-close: -1
|
days-before-pr-close: -1
|
||||||
exempt-all-milestones: true
|
exempt-all-milestones: true
|
||||||
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.'
|
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.'
|
||||||
stale-pr-label: 'no-pr-activity'
|
stale-pr-label: 'no-pr-activity'
|
||||||
exempt-issue-labels: 'keep-fresh'
|
exempt-issue-labels: 'keep-fresh'
|
||||||
exempt-pr-labels: 'keep-fresh,awaiting-approval,work-in-progress'
|
exempt-pr-labels: 'keep-fresh,awaiting-approval,work-in-progress'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue