diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 2312526..a7baa7e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/stale@v9 with: stale-pr-message: "Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 60 days with no activity. Please remove the stale label or comment or this will be closed in 7 days." - days-before-pr-stale: 60 + days-before-pr-stale: 30 days-before-pr-close: 7 # do not close stale issues days-before-issue-stale: -1