Skip to content

Commit 3823cb5

Browse files
authored
chore: Add work-in-progress non-stale label
1 parent b8a51d3 commit 3823cb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ jobs:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
1313
stale-issue-message: 'Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community attention? This issue may be closed if no further activity occurs.'
1414
stale-issue-label: 'stale'
15+
exempt-issue-labels: 'work-in-progress'
1516
days-before-stale: 30
1617
days-before-close: 5

0 commit comments

Comments
 (0)