Merge pull request #724 from squeed/stale-keep

github: ignore issues with "keep" label from stale closing
This commit is contained in:
Dan Williams 2022-04-13 11:14:47 -05:00 committed by GitHub
commit 93604ec20a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,3 +10,4 @@ jobs:
- 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.'
exempt-issue-labels: 'keep'