From b75d2ce36d303e0b36ef3255da131d64bf075c2b Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Sat, 9 Jul 2022 12:59:06 -0400 Subject: [PATCH] Ignore "keep fresh" label --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 30c647dbc..7768744e4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,3 +22,4 @@ jobs: exempt-all-milestones: true close-issue-message: 'This issue was closed because it has been stale for 5 days with no activity. If you feel this issue still needs attention please feel free to reopen.' stale-pr-label: 'no-pr-activity' + exempt-issue-labels: 'keep-fresh'