fix: do not use array for stale action (#433)

This commit is contained in:
Christian Kotzbauer
2021-09-10 09:52:44 +02:00
committed by GitHub
parent a9eb139f60
commit b2b1940435
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
stale-pr-message: 'This PR was automatically considered stale due to lack of activity. Please refresh it and/or join our slack channels to highlight it, before it automatically closes (in 7 days).'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
exempt-issue-labels: ['good first issue', 'keep']
exempt-issue-labels: 'good first issue,keep'
days-before-close: 21
check-docs-links: