From deeaa53e1155679af50ebeb77ef865a99791d42d Mon Sep 17 00:00:00 2001 From: Benjamin Granados <40007659+benjagm@users.noreply.github.com> Date: Sun, 9 Jun 2024 12:15:24 +0200 Subject: [PATCH] Update stale.yml to add another exempt label --- .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 c80330e5..01632bf3 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -64,5 +64,5 @@ jobs: remove-stale-when-updated: true # Exempt labels to ignore when checking for stale issues/PRs. - exempt-pr-labels: 'Status: On Hold,Status: Blocked' - exempt-issue-labels: 'Status: On Hold,Status: Blocked' \ No newline at end of file + exempt-pr-labels: 'Status: On Hold,Status: Blocked,Status: Do not close' + exempt-issue-labels: 'Status: On Hold,Status: Blocked,Status: Do not close'