@cryptotaxi247 / kubo / commits / 862ce6bb8

Update .github/workflows/stale.yml

GitHub committed Jun 27, 2022 at 10:45 UTC 862ce6bb8f6ce24b91ed3dc59e7406faed34f583
1 file changed +1 -1
.github/workflows/stale.yml
+1 -1
@@ -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'
23 + 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