Skip to content

Commit

Permalink
fix(ci): update close-issue except
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Oct 15, 2024
1 parent 8e6e6c9 commit d54f4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/stale@v5
with:
exempt-issue-labels: "help wanted,good first issue,documentation,following up,todo list"
exempt-issue-labels: "help wanted,following up,todo list,enhancement,algorithm,delayed,performance"
days-before-issue-stale: 30
days-before-issue-close: 15
stale-issue-label: "stale"
Expand Down

0 comments on commit d54f4f4

Please sign in to comment.