From 93fd86feea2738fcd805b4a3d187cb1d971f7fa0 Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Tue, 27 Feb 2024 11:21:31 -0600 Subject: [PATCH] chore: Update stalebot Close PRs 30 days instead of 15 days after a ping --- .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 5357eb690..c85932c9c 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -23,4 +23,4 @@ jobs: stale-pr-label: "stale" exempt-pr-labels: "keep" days-before-pr-stale: 30 - days-before-pr-close: 15 + days-before-pr-close: 30