Prevent Stalebot from closing PRs (#5416)

This commit is contained in:
Diamond Lewis
2019-03-11 19:24:11 -05:00
committed by GitHub
parent bcda96be51
commit 8622e5c378

7
.github/stale.yml vendored
View File

@@ -7,9 +7,14 @@ exemptLabels:
- pinned - pinned
- security - security
- good first issue - good first issue
- up for grabs - up-for-grabs
- bug
- enhancement
- help wanted
# Label to use when marking an issue as stale # Label to use when marking an issue as stale
staleLabel: wontfix staleLabel: wontfix
# Limit to only `issues` not `pulls`
only: issues
# Comment to post when marking an issue as stale. Set to `false` to disable # Comment to post when marking an issue as stale. Set to `false` to disable
markComment: > markComment: >
This issue has been automatically marked as stale because it has not had This issue has been automatically marked as stale because it has not had