fix: Update Stale bot to ignore PRs/issues with...

...the `dont-close` label.
This commit is contained in:
David Leal 2021-03-19 19:17:21 -06:00
parent 7ea1ca6c9c
commit 8aed15d5fb
No known key found for this signature in database
GPG Key ID: 3C482B03FD220E68

1
.github/stale.yml vendored
View File

@ -13,6 +13,7 @@ onlyLabels: []
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- "approved"
- "dont-close"
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false