Skip to content

Commit

Permalink
Ignore enhancements when closing stale issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BioWilko authored Jan 8, 2025
1 parent f76e50e commit a60ede0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
days-before-pr-stale: -1
days-before-pr-close: -1
exempt-issue-labels: "improvement"
exempt-issue-labels: "enhancement"
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a60ede0

Please sign in to comment.