From 872d683e97e35ed3077e1d901c4008583eb8ca3f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 12 Mar 2020 16:51:41 +0100 Subject: [PATCH] Increase list of Tags to exclude of Stale/Unstale process --- .github/workflows/stale-issues-safe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-issues-safe.yml b/.github/workflows/stale-issues-safe.yml index 5fd97b1bb6b..f31e748bfc0 100644 --- a/.github/workflows/stale-issues-safe.yml +++ b/.github/workflows/stale-issues-safe.yml @@ -16,7 +16,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-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. This issue may be closed automatically by stale bot in 15 days (you should still be able to re-open it if required).' stale-label: 'Issue Stale (automatic label)' - exempt-label: 'Priority High / Blocking' + exempt-label: 'Priority High / Blocking','Priority Top Strategic','Priority Medium','Hacktoberfest','good first issue','Bug Security (CVE)' days-before-stale: 365 days-before-close: 15 operations-per-run: 100