Skip to content

Commit

Permalink
Ignore bugs in issue staleness checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 23, 2025
1 parent c59605b commit eca47d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
days-before-issue-stale: 30
days-before-issue-close: 30
stale-issue-label: "stale"
exempt-issue-labels: "high priority, good first issue, pinned"
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
had any recent activity. It will be closed soon if no further
Expand Down

0 comments on commit eca47d5

Please sign in to comment.