Exclude issues with specific labels to be excluded from becoming stale

This commit is contained in:
Christoph Atteneder 2019-01-18 15:07:46 +01:00
parent bcd94137d6
commit ca6e2e632b
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

7
.github/stale.yml vendored
View file

@ -5,6 +5,13 @@ daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- a:bug
- re:security
- re:privacy
- re:Tor
- in:dao
- $BSQ bounty
- good first issue
- Epic
# Label to use when marking an issue as stale
staleLabel: was:dropped
# Comment to post when marking an issue as stale. Set to `false` to disable