From 970a8299390a869ace3b9a5f61befd371115ca7d Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Fri, 14 Jul 2023 11:38:04 -0500 Subject: [PATCH] ci: relax stalebot (#8522) \#6243 and others suggest the stalebot is too aggressive. --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 20be49e409..3490763f0b 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -17,7 +17,7 @@ jobs: with: stale-issue-label: "stale" stale-pr-label: "stale" - days-before-stale: 90 + days-before-stale: 180 # Pull Requests become stale more quickly due to merge conflicts. # Also, we promote minimizing WIP. days-before-pr-stale: 7