add never-stale and bug labels to exemptions

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2022-01-11 18:43:00 +00:00
parent 6e9790870c
commit b901a899ae
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
1 changed files with 2 additions and 1 deletions

View File

@ -20,5 +20,6 @@ jobs:
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'
exempt-issue-labels: 'pinned, Fixed in next release, Bug: Confirmed'
exempt-issue-labels: 'pinned, Fixed in next release, bug, never-stale'
exempt-all-issue-assignees: true
operations-per-run: 300