Exclude on-hold PRs and issues on stalebot. (#1696)

This commit is contained in:
Nicolás Venturo
2019-03-26 16:21:13 -03:00
committed by GitHub
parent dc5ca8edc4
commit c008f1f0c6

3
.github/stale.yml vendored
View File

@ -8,7 +8,8 @@ daysUntilStale: 30
daysUntilClose: 7
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels: []
exemptLabels:
- on-hold
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false