From 587f714caf1898cff4763bd0c498e0fc75723cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roni=20V=C3=A4yrynen?= Date: Sat, 24 Feb 2024 13:03:10 +0200 Subject: [PATCH] chore: update stale action to ignore certain labels --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 782c298..14d66bd 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,5 +17,6 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has been open for 14 days without activity. It will be closed in 5 days if not updated' stale-issue-label: 'Stale' + exempt-issue-labels: 'feature-request,bug' days-before-issue-stale: 14 days-before-issue-close: 5