From 20fdd9bd8874d6b86969138655a3dd36fb9f54bd Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Tue, 16 Mar 2021 05:19:52 -0400 Subject: [PATCH] ci: have stalebot ignore issues with the 'stalebot ignore' label (#5372) --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ebbeb25be..d3c1f22a4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,7 +22,7 @@ jobs: days-before-close: 30 # Issues or PRs with these labels will never be considered stale - exempt-pr-labels: up for grabs + exempt-pr-labels: stalebot ignore # Label to use when marking an issue or PR as stale stale-pr-label: waiting