github: ignore issues with "keep" label from stale closing
Signed-off-by: Casey Callendrello <cdc@redhat.com>
This commit is contained in:
parent
292f188e4e
commit
e952f16c75
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
@ -9,4 +9,5 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/stale@v4
|
||||
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