From caff8aa9531ff9b382f406f6e25663a346f8f821 Mon Sep 17 00:00:00 2001 From: Ryan Maleki Date: Tue, 22 Feb 2022 11:49:17 -0800 Subject: [PATCH] Add more labels to excemptions (#1401) --- .github/workflows/issues.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml index e1670f23f6b7..3649da11e4e5 100644 --- a/.github/workflows/issues.yaml +++ b/.github/workflows/issues.yaml @@ -11,7 +11,7 @@ jobs: with: stale-issue-message: 'This issue is stale because it has been open 25 days with no activity. Remove stale label or comment or this will be closed in 5 days.' close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.' - exempt-issue-labels: 'roadmap,help-wanted,burning' + exempt-issue-labels: 'roadmap,help-wanted,burning,feature,documentation,operational-excellence' stale-issue-label: 'stale' days-before-issue-stale: 25 days-before-issue-close: 5