Skip to content

Commit 794f391

Browse files
committed
chore: add exempt issue labels for action stale
1 parent 394c8f3 commit 794f391

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ jobs:
1616
days-before-issue-stale: 10
1717
days-before-issue-close: 2
1818
days-before-pr-stale: 10
19-
days-before-pr-close: 2
19+
days-before-pr-close: 2
20+
exempt-issue-labels: 'bug,enhancement,good first issue,help wanted,WIP'
21+
stale-issue-label: 'stale'
22+
stale-pr-label: 'stale'

0 commit comments

Comments
 (0)