1
0
mirror of https://github.com/ipfs/ipfs synced 2024-09-17 21:31:33 +02:00

Update .github/workflows/stale.yml

This commit is contained in:
GitHub 2022-06-27 10:47:21 +00:00
parent ef11b6f915
commit 19b25813b2

View File

@ -20,7 +20,7 @@ jobs:
close-issue-message: 'This issue was closed because it is missing author input.'
stale-issue-label: 'kind/stale'
any-of-labels: 'need/author-input'
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'
days-before-issue-stale: 6
days-before-issue-close: 7
enable-statistics: true