From 70ee40761c005c99350dba834d0efe1488c76717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= <3125580+davorpa@users.noreply.github.com> Date: Mon, 5 Sep 2022 12:11:39 +0200 Subject: [PATCH] feat: `blocked,must,should,keep` exempt labels --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 869a0e41e..54f857a78 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -50,7 +50,7 @@ jobs: Anyway, thank you for your contributions. remove-issue-stale-when-updated: true - exempt-issue-labels: "👥 discussion,👀 Needs Review,📌 pinned" + exempt-issue-labels: "blocked,must,should,keep,👥 discussion,👀 Needs Review,📌 pinned" days-before-pr-stale: -1 days-before-pr-close: -1 @@ -88,7 +88,7 @@ jobs: Anyway, thank you for your contributions. remove-pr-stale-when-updated: true - exempt-pr-labels: "👥 discussion,👀 Needs Review" + exempt-pr-labels: "blocked,must,should,keep,👥 discussion,👀 Needs Review" exempt-draft-pr: true days-before-issue-stale: -1 days-before-issue-close: -1