From b1dd241c87fd589b0724ddb7132b41c7ca86064b Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Sat, 16 Jul 2022 08:38:06 +0200 Subject: [PATCH] chore(stale action): close stale issues as not planned (#16610) --- .github/workflows/stale-action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale-action.yml b/.github/workflows/stale-action.yml index 65c7adbf277bb4..173117532168d9 100644 --- a/.github/workflows/stale-action.yml +++ b/.github/workflows/stale-action.yml @@ -36,6 +36,9 @@ jobs: days-before-issue-close: 7 close-issue-message: 'This bug report has been closed as we need a reproduction to work on this. If the original poster or anybody else with the same problem discovers that they can reproduce it, please create a new issue, and reference this issue.' - # Never label/close any pull requests + # Close stale issues as "not planned" on GitHub. + close-issue-reason: 'not_planned' + + # Never label/close any pull requests. days-before-pr-close: -1 days-before-pr-stale: -1