Skip to content

Commit 970a480

Browse files
authored
ci : exempt some labels from being tagged as stale (#6140)
1 parent 4c28b82 commit 970a480

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/close-issue.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/stale@v5
1414
with:
15+
exempt-issue-labels: "refactor,help wanted,good first issue,research"
1516
days-before-issue-stale: 30
1617
days-before-issue-close: 14
1718
stale-issue-label: "stale"

0 commit comments

Comments
 (0)