Unverified Commit c008f1f0 by Nicolás Venturo Committed by GitHub

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

parent dc5ca8ed
...@@ -8,7 +8,8 @@ daysUntilStale: 30 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment