stale bot: fix milestone exemption

old-commit-hash: bda4d2df63
This commit is contained in:
Adeeb Shihadeh 2024-06-30 09:38:56 -07:00
parent 9f6dae8f44
commit 2bebaa87b1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/stale@v9
with:
exempt-milestones: true
exempt-all-milestones: true
# pull request config
stale-pr-message: 'This PR has had no activity for ${{ env.DAYS_BEFORE_PR_STALE }} days. It will be automatically closed in ${{ env.DAYS_BEFORE_PR_CLOSE }} days if there is no activity.'