From 2a705ecfe9dfbe9d352ff452ee46cd2f1142ccda Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sat, 12 Feb 2022 11:18:34 +0000 Subject: [PATCH] Add investigating label to ignore list --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 68d80d6..c9582c7 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,6 +20,6 @@ jobs: days-before-close: 5 stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.' stale-issue-label: 'stale' - exempt-issue-labels: 'pinned, Fixed in next release, bug, never-stale, documentation' + exempt-issue-labels: 'pinned, Fixed in next release, bug, never-stale, documentation, investigating' exempt-all-issue-assignees: true operations-per-run: 300