Skip to content

Commit

Permalink
ci : exempt some labels from being tagged as stale (#6140)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren authored Mar 19, 2024
1 parent 4c28b82 commit 970a480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/close-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- uses: actions/stale@v5
with:
exempt-issue-labels: "refactor,help wanted,good first issue,research"
days-before-issue-stale: 30
days-before-issue-close: 14
stale-issue-label: "stale"
Expand Down

0 comments on commit 970a480

Please sign in to comment.