Skip to content

Commit

Permalink
feat: Do not close issues with enhancement label.
Browse files Browse the repository at this point in the history
  • Loading branch information
x1m3 committed Nov 22, 2023
1 parent 2e0467d commit 86990ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autoclose_stale_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
steps:
- uses: actions/stale@v8
with:
stale-issue-message: 'This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
exempt-issue-labels: "enhancement"
stale-issue-message: 'This issue is stale because it has been open 20 days with no activity. Remove stale label, add the enhancement label or comment to avoid closing it in 10 days.'
close-issue-message: 'This issue was closed because it has been stalled for 10 days with no activity.'
days-before-stale: 20
days-before-close: 10
Expand Down

0 comments on commit 86990ec

Please sign in to comment.