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