Skip to content

Commit

Permalink
stale bot: exempt "enhancement" label
Browse files Browse the repository at this point in the history
Feature requests don't go stale
  • Loading branch information
bo0tzz committed Feb 18, 2025
1 parent 00a3e78 commit 06f9d13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/orca_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
exempt-all-issue-milestones: true
# Exempt all issues with assignees from stale
exempt-all-issue-assignees: true
# Exempt feature requests
exempt-issue-labels: "enhancement"
# Idle number of days before marking issues stale
days-before-issue-stale: 90
# Idle number of days before marking issues close
Expand Down

0 comments on commit 06f9d13

Please sign in to comment.