From eb3ae8014286950dbbaa2a043d28930956449369 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 24 Feb 2025 10:37:04 +0000 Subject: [PATCH] Update triage-stale.yml --- .github/workflows/triage-stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/triage-stale.yml b/.github/workflows/triage-stale.yml index 33781329..5921d924 100644 --- a/.github/workflows/triage-stale.yml +++ b/.github/workflows/triage-stale.yml @@ -15,6 +15,8 @@ jobs: - uses: actions/stale@v9 with: operations-per-run: 250 + days-before-issue-stale: -1 + days-before-issue-close: -1 days-before-pr-stale: 180 days-before-pr-close: 0 close-pr-message: "This PR has been automatically closed because it has been stale for 180 days. If you wish to continue working on this PR, please ping a maintainer to reopen it."