From 9d4075cc191da89194402ab098c7d331dea9af6a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 13 Feb 2020 12:23:32 +0100 Subject: [PATCH] Try to exempt 2 labels --- .github/workflows/stale-issues.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index a9ab9f4afce..de9fd8d2e4e 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -12,6 +12,8 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 1 year with no activity. If this is a bug, please comment to confirm it is still present on latest stable version. if this is a feature request, please comment to notify the request is still relevant and not yet covered by latest stable version. Without comment, this issue will be closed automatically by stale bot in 15 days.' stale-issue-label: 'Issue Stale (automatic label)' - exempt-issue-label: 'Bug Security (CVE)' + exempt-issue-label: + - 'Bug Security (CVE)' + - 'Priority High / Blocking' days-before-stale: 365 days-before-close: 10