From 4e5b6d26df8d5efe6d0046972308722f4e15cd22 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 24 Aug 2022 10:34:09 -0700 Subject: [PATCH] Update stale.yaml - remove close-issue-reason (only valid in 5.1.0) - add days-before-issue-stale 30 --- .github/workflows/stale.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 94d453da2e274..ca517f6864593 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -31,6 +31,5 @@ jobs: isn't more activity. # Upped from 30 since we have a big tracker and was hitting the limit. operations-per-run: 60 - close-issue-reason: not_planned # Start with the oldest issues, always. ascending: true