Skip to content

Commit acd8210

Browse files
authored
Add label to do not stale list
Label of `Status: Do not close` will prevent an Issue or PR from being marked as stale and being closed.
1 parent f751915 commit acd8210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ jobs:
6464
remove-stale-when-updated: true
6565

6666
# Exempt labels to ignore when checking for stale issues/PRs.
67-
exempt-pr-labels: 'Status: On Hold,Status: Blocked'
68-
exempt-issue-labels: 'Status: On Hold,Status: Blocked'
67+
exempt-pr-labels: 'Status: On Hold,Status: Blocked,Status: Do not close'
68+
exempt-issue-labels: 'Status: On Hold,Status: Blocked,Status: Do not close'

0 commit comments

Comments
 (0)