Merge pull request #724 from squeed/stale-keep
github: ignore issues with "keep" label from stale closing
This commit is contained in:
commit
93604ec20a
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@ -10,3 +10,4 @@ jobs:
|
|||||||
- uses: actions/stale@v4
|
- uses: actions/stale@v4
|
||||||
with:
|
with:
|
||||||
stale-pr-message: 'This PR has been untouched for too long without an update. It will be closed in 7 days.'
|
stale-pr-message: 'This PR has been untouched for too long without an update. It will be closed in 7 days.'
|
||||||
|
exempt-issue-labels: 'keep'
|
Loading…
x
Reference in New Issue
Block a user