From 656380dae2897bb99602e81f4d1a42710b4c7ccc Mon Sep 17 00:00:00 2001 From: "Kim J. Nordmo" Date: Mon, 14 Feb 2022 19:21:35 +0100 Subject: [PATCH] (#1754) Add missing config for stale pr label --- .github/workflows/stale.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b3e4b0356d02..9aa2b4b1dd46 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,9 +18,10 @@ jobs: days-before-stale: 60 days-before-close: 14 days-before-pr-close: 30 - exempt-all-issue-allignees: - exempt-draft-pr: + exempt-all-issue-allignees: true + exempt-draft-pr: true stale-issue-label: Pending closure + stale-pr-label: '0 - Waiting on User' only-pr-labels: '0 - Waiting on User' close-issue-label: Unresolved close-pr-label: 'Unresolved'