From 8b495427c9821ce69104418b945d6ba622e8b8ad Mon Sep 17 00:00:00 2001 From: keertk <110264242+keertk@users.noreply.github.com> Date: Fri, 17 Feb 2023 07:41:48 -0800 Subject: [PATCH] Close all stale issues as "not planned" instead of "completed" Closes #17495. PiperOrigin-RevId: 510428938 Change-Id: Ia79bf1f61763d2d614d7347fa0b779ebc7b519c3 --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 9288eb2c812d86..dcd54f3d35de1c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -44,6 +44,7 @@ jobs: out to a maintainer to add the "not stale" label. Thanks! stale-issue-label: 'stale' exempt-issue-labels: 'not stale,awaiting-bazeler' + close-issue-reason: "not_planned" stale-pr-label: 'stale' exempt-pr-labels: 'not stale,awaiting-review,awaiting-PR-merge' exempt-draft-pr: true