From cb6af97595c1aef1b6a4da4edb2d46cfb332ade2 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 20 Jun 2023 10:53:05 -0700 Subject: [PATCH] Include 'not a bug' for stale action --- .github/workflows/repo-maintenance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo-maintenance.yml b/.github/workflows/repo-maintenance.yml index bc8f7f71d..b03c55911 100644 --- a/.github/workflows/repo-maintenance.yml +++ b/.github/workflows/repo-maintenance.yml @@ -21,7 +21,7 @@ jobs: with: days-before-stale: 7 days-before-close: 14 - only-labels: 'cant-reproduce' + any-of-labels: 'cant-reproduce,not a bug' stale-issue-label: stale stale-pr-label: stale stale-issue-message: >