diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a148a73a..77a26b5e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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.' \ No newline at end of file + 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' \ No newline at end of file