From c3b1481e662a215653307bb7798a826fb5c18573 Mon Sep 17 00:00:00 2001 From: Jay Jackson Date: Tue, 7 Sep 2021 19:17:03 +0000 Subject: [PATCH] Add no-stale label --- .github/workflows/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f750eb678..f86a846fb 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,3 +17,5 @@ jobs: days-before-close: 20 stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it' stale-pr-message: 'This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it' + exempt-issue-labels: 'no-stale' + exempt-pr-labels: 'no-stale'