github: ignore issues with "keep" label from stale closing

Signed-off-by: Casey Callendrello <cdc@redhat.com>
This commit is contained in:
Casey Callendrello 2022-03-30 18:01:57 +02:00
parent 292f188e4e
commit e952f16c75

View File

@ -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'