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 aee3818 commit 006d8a2Copy full SHA for 006d8a2
.github/workflows/stale.yml
@@ -12,5 +12,5 @@ jobs:
12
stale-issue-message: 'This issue is stale because it has been open 21 days with no activity.'
13
days-before-stale: 21
14
days-before-close: 3
15
- exempt-issue-labels: 'bug,enhancement'
16
- exempt-pr-labels: 'bug,enhancement'
+ exempt-issue-labels: 'bug'
+ exempt-pr-labels: 'bug,frozen'
0 commit comments