use label stale on stale issues instead of Submitter attention required, which doesn't always make sense

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2022-01-28 10:15:49 +00:00
committed by GitHub
parent 13a3da65c8
commit 19bb9dcc2f

View File

@@ -19,7 +19,7 @@ jobs:
days-before-stale: 30
days-before-close: 5
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.'
stale-issue-label: 'Submitter Attention Required'
stale-issue-label: 'stale'
exempt-issue-labels: 'pinned, Fixed in next release, bug, never-stale, documentation'
exempt-all-issue-assignees: true
operations-per-run: 300