Configured stale issues to be closed as not_planned

- if an issue goes stale, it shouldn't show up in GitHub as completed
This commit is contained in:
Daniel Lockyer 2022-08-08 12:54:18 +02:00
parent 9e43fa9332
commit 5b6544504b
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

@ -24,3 +24,4 @@ jobs:
days-before-stale: 120
stale-issue-label: 'stale'
stale-pr-label: 'stale'
close-issue-reason: 'not_planned'