Skip to content

Commit

Permalink
stale bot: fix milestone exemption
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Jun 30, 2024
1 parent cec8d5a commit bda4d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down

0 comments on commit bda4d2d

Please sign in to comment.