add bug to exempt labels on git stale.yml (#942)

Signed-off-by: Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com>
This commit is contained in:
Lucas Fernando Cardoso Nunes 2023-07-23 22:10:04 -03:00 committed by GitHub
parent cfa89d4040
commit 53eb7ddcd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
.github/stale.yml vendored
View File

@ -4,9 +4,10 @@ daysUntilStale: 14
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- in progress
- in progress
- pinned
- security
- bug
# Label to use when marking an issue as stale
staleLabel: wontfix
# Comment to post when marking an issue as stale. Set to `false` to disable