From d543259e92659c5edb6b3f53066a7f3b9211cd43 Mon Sep 17 00:00:00 2001 From: Madison Oliver Date: Wed, 10 Aug 2022 16:07:47 -0400 Subject: [PATCH] Update stale.yaml --- .github/workflows/stale.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 6c3fd541aae..488180f1340 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -18,5 +18,7 @@ jobs: stale-pr-label: "Stale" exempt-pr-labels: "Keep" # a "Keep" label will keep the PR from being closed as stale days-before-pr-stale: 15 # when the PR is considered stale - days-before-pr-close: 30 # when the PR is closed by the bot + days-before-pr-close: 15 # when the PR is closed by the bot, + days-before-issue-stale: -1 # prevents issues from being tagged by the bot + days-before-issue-close: -1 # prevents issues from being closed by the bot ascending: true