Fix error in stale action

This commit is contained in:
Eldwan Brianne 2021-03-16 14:22:13 +01:00
parent 6ad067afed
commit f5030b5983
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ jobs:
recent activity. It will be closed in 5d if no further activity occurs. Thank you for your contributions.'
days-before-stale: 30
days-before-close: 5
stale-issue-label: 'stale,wontfix'
stale-issue-label: 'stale'
exempt-issue-labels: 'pinned,security,block'