From 7b7c7fa8093982d0d658fa7041cddfc59a83389c Mon Sep 17 00:00:00 2001 From: Francisco Bernal Date: Mon, 7 Oct 2024 12:51:18 -0700 Subject: [PATCH] no message --- .github/workflows/inactive-issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/inactive-issues.yml b/.github/workflows/inactive-issues.yml index f22d3e7a..80830337 100644 --- a/.github/workflows/inactive-issues.yml +++ b/.github/workflows/inactive-issues.yml @@ -21,6 +21,6 @@ jobs: stale-issue-label: "stale" stale-issue-message: "This issue is stale because it has been open for 30 days with no activity." close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale." - days-before-pr-stale: -1 - days-before-pr-close: -1 + days-before-pr-stale: 30 + days-before-pr-close: 14 repo-token: ${{ secrets.GITHUB_TOKEN }}