From 6c2e8b8854b4cf4b9c7f7852847deae1c57e4923 Mon Sep 17 00:00:00 2001 From: tal66 <77445020+tal66@users.noreply.github.com> Date: Sun, 22 May 2022 23:54:49 +0300 Subject: [PATCH] Never stale a bug issue --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 123928493e..324cf28452 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -32,7 +32,7 @@ jobs: days-before-close: 15 operations-per-run: 10 stale-issue-label: status/stale - exempt-issue-labels: status/never-stale + exempt-issue-labels: 'status/never-stale,kind/bug' stale-issue-message: | This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days.