We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0fc50 commit 6c8c11bCopy full SHA for 6c8c11b
.github/workflows/stale.yml
@@ -20,7 +20,7 @@ jobs:
20
close-issue-message: 'This issue was closed because it is missing author input.'
21
stale-issue-label: 'kind/stale'
22
any-of-labels: 'need/author-input'
23
- exempt-issue-labels: 'need/triage,need/community-input,need/maintainer-input,need/maintainers-input,need/analysis'
+ exempt-issue-labels: 'need/triage,need/community-input,need/maintainer-input,need/maintainers-input,need/analysis,status/blocked,status/in-progress,status/ready,status/deferred,status/inactive'
24
days-before-issue-stale: 6
25
days-before-issue-close: 7
26
enable-statistics: true
0 commit comments