From b8ea51b09b96fbefc9c9dfd52129bec1b81b9de6 Mon Sep 17 00:00:00 2001 From: Daphne Yang <139700604+daphne-sfdc@users.noreply.github.com> Date: Fri, 14 Jun 2024 10:05:25 -0400 Subject: [PATCH] chore: update closeStaleIssues.yml to close stale issues tagged with "missing required information" (#5644) --- .github/workflows/closeStaleIssues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/closeStaleIssues.yml b/.github/workflows/closeStaleIssues.yml index c8aa18ecb8..3426dc79e8 100644 --- a/.github/workflows/closeStaleIssues.yml +++ b/.github/workflows/closeStaleIssues.yml @@ -26,4 +26,4 @@ jobs: close-issue-reason: not_planned operations-per-run: 100 exempt-issue-labels: announcement,bug,on hold,waiting for internal reply,feature - any-of-labels: more information required + any-of-labels: more information required,missing required information