mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-15 12:51:49 -05:00
Reduced stale issue limit to 90 days
This commit is contained in:
parent
610f481a8f
commit
fe68e41575
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v4
|
- uses: actions/stale@v4
|
||||||
with:
|
with:
|
||||||
days-before-stale: 200
|
days-before-stale: 90
|
||||||
days-before-close: 5
|
days-before-close: 5
|
||||||
stale-issue-message: 'This issue is going to be closed due to inactivity'
|
stale-issue-message: 'This issue is going to be closed due to inactivity'
|
||||||
stale-pr-message: 'This PR is going to be closed due to inactivity'
|
stale-pr-message: 'This PR is going to be closed due to inactivity'
|
||||||
|
Loading…
Reference in New Issue
Block a user