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

View File

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