summaryrefslogtreecommitdiff
path: root/.github/stale.yml
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2022-10-14 23:31:22 -0700
committerLinus Groh <mail@linusgroh.de>2022-10-15 12:05:57 +0200
commitb8e0cec20e826f86bf6956802b5c1b43290afa4e (patch)
tree186e0be5629b18cf2f91c31320dc326d8ce91929 /.github/stale.yml
parentafa9060012d1618d60fd75a02d51f7d77e439f16 (diff)
downloadserenity-b8e0cec20e826f86bf6956802b5c1b43290afa4e.zip
Meta: Instruct stale-bot to ignore `pr-is-blocked` PRs
Diffstat (limited to '.github/stale.yml')
-rw-r--r--.github/stale.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index 406b409d98..46633e4233 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -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