Exclude on-hold PRs and issues on stalebot. (#1696)
This commit is contained in:
3
.github/stale.yml
vendored
3
.github/stale.yml
vendored
@ -8,7 +8,8 @@ daysUntilStale: 30
|
|||||||
daysUntilClose: 7
|
daysUntilClose: 7
|
||||||
|
|
||||||
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
|
# 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)
|
# Set to true to ignore issues in a project (defaults to false)
|
||||||
exemptProjects: false
|
exemptProjects: false
|
||||||
|
|||||||
Reference in New Issue
Block a user