We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f751915 commit acd8210Copy full SHA for acd8210
.github/workflows/stale.yml
@@ -64,5 +64,5 @@ jobs:
64
remove-stale-when-updated: true
65
66
# 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'
+ exempt-pr-labels: 'Status: On Hold,Status: Blocked,Status: Do not close'
+ exempt-issue-labels: 'Status: On Hold,Status: Blocked,Status: Do not close'
0 commit comments