diff --git a/.github/workflows/close-inactive-issues.yml b/.github/workflows/close-inactive-issues.yml index c9ece2b6f..829233029 100644 --- a/.github/workflows/close-inactive-issues.yml +++ b/.github/workflows/close-inactive-issues.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest env: PR_DAYS_BEFORE_STALE: 60 - PR_DAYS_BEFORE_CLOSE: 10 + PR_DAYS_BEFORE_CLOSE: 120 PR_STALE_LABEL: stale permissions: issues: write