From c07b456b2d79ed466ffaa198f1937c2903afb6cc Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Mon, 8 Jan 2024 09:19:52 -0300 Subject: [PATCH] chore: Stop closing stale PRs (#13092) --- .github/workflows/cron-stale-issue.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cron-stale-issue.yml b/.github/workflows/cron-stale-issue.yml index 6fdc0d8057..7f66fd0d69 100644 --- a/.github/workflows/cron-stale-issue.yml +++ b/.github/workflows/cron-stale-issue.yml @@ -17,10 +17,11 @@ jobs: steps: - uses: actions/stale@v7 with: + days-before-close: -1 days-before-issue-stale: 60 days-before-issue-close: -1 days-before-pr-stale: 14 - days-before-pr-close: 7 + days-before-pr-close: -1 stale-pr-message: "This PR is being marked as stale due to inactivity." close-pr-message: "This PR is being closed due to inactivity. Please reopen if work is intended to be continued." operations-per-run: 100