From 0787c42d325f8f1219dce6c5823df8ad91aceb69 Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Tue, 10 Sep 2024 10:51:44 -0500 Subject: [PATCH] chore(.github): disable stalebot (#14637) --- .github/workflows/stale.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index e1008e75e7..5a25c97751 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -17,7 +17,10 @@ jobs: with: stale-issue-label: "stale" stale-pr-label: "stale" - days-before-stale: 180 + # days-before-stale: 180 + # essentially disabled for now while we work through polish issues + days-before-stale: 3650 + # Pull Requests become stale more quickly due to merge conflicts. # Also, we promote minimizing WIP. days-before-pr-stale: 7