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 }}