Merge pull request #2726 from Human-Connection/unstale_bounty_issues

Issues marked as bounty never become stale
This commit is contained in:
Robert Schäfer 2020-01-13 17:07:44 +01:00 committed by GitHub
commit 9ad279c6c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.github/stale.yml vendored
View File

@ -6,6 +6,7 @@ daysUntilClose: 30
exemptLabels:
- pinned
- security
- bounty
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable