mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-15 04:41:55 -05:00
Fixed stale.yml
This commit is contained in:
parent
076ed01cbf
commit
d481a8078a
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@ -21,10 +21,10 @@ jobs:
|
||||
- uses: actions/stale@v4
|
||||
with:
|
||||
days-before-stale: 200
|
||||
days-before-close: 5
|
||||
days-before-close: 5
|
||||
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-issue-label: 'no-issue-activity'
|
||||
exempt-issue-labels: 'feature,enhancement,bug,documentation',
|
||||
exempt-issue-labels: 'feature,enhancement,bug,documentation'
|
||||
exempt-all-assignees: true
|
||||
stale-pr-label: 'no-pr-activity'
|
||||
|
Loading…
Reference in New Issue
Block a user