Skip to content

Commit

Permalink
Merge pull request #428 from 0xPolygonID/ottomorac-exemptions-for-sta…
Browse files Browse the repository at this point in the history
…le-issues

Exclude issues labelled as bugs or enhancements from autoclose
  • Loading branch information
5eeman authored Aug 19, 2024
2 parents 37965b5 + a4e6027 commit d83e15a
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 @@ -10,8 +10,9 @@ jobs:
- 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': 'bug,enhancement'
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
days-before-pr-stale: -1
days-before-pr-close: -1
days-before-pr-close: -1

0 comments on commit d83e15a

Please sign in to comment.