Skip to content

Commit

Permalink
Don't mark as stale issues and PRs with a milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 23, 2025
1 parent eca47d5 commit 0858155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
days-before-issue-stale: 30
days-before-issue-close: 30
stale-issue-label: "stale"
exempt-all-milestones: true
exempt-issue-labels: "bug, high priority, good first issue, pinned"
stale-issue-message: >-
This issue has been automatically marked as stale because it has not
Expand Down

0 comments on commit 0858155

Please sign in to comment.