Meta: Instruct stale-bot to ignore pr-is-blocked PRs

This commit is contained in:
Brian Gianforcaro 2022-10-14 23:31:22 -07:00 committed by Linus Groh
parent afa9060012
commit b8e0cec20e
Notes: sideshowbarker 2024-07-17 05:46:30 +09:00

8
.github/stale.yml vendored
View file

@ -11,10 +11,8 @@ daysUntilClose: 7
onlyLabels: []
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
# exemptLabels:
# - pinned
# - security
# - "[Status] Maybe Later"
exemptLabels:
- "⛔ pr-is-blocked"
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: true
@ -60,4 +58,4 @@ only: pulls
# issues:
# exemptLabels:
# - confirmeda
# - confirmed