stale bot: fix milestone exemption

pull/32883/head
Adeeb Shihadeh 1 year ago
parent cec8d5a305
commit bda4d2df63
  1. 2
      .github/workflows/stale.yaml

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

Loading…
Cancel
Save