diff --git a/.github/workflows/stale-pr.yaml b/.github/workflows/stale-pr.yaml index f28e10382a3..6d6ca32d3cf 100644 --- a/.github/workflows/stale-pr.yaml +++ b/.github/workflows/stale-pr.yaml @@ -15,12 +15,12 @@ jobs: - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-pr-message: 'This PR was marked stale due to lack of activity. It will be closed in 7 days.' + stale-pr-message: 'This PR was marked stale. It will be closed in 30 days without additional activity.' close-pr-message: 'Closed as inactive. Feel free to reopen if this PR is still being worked on.' exempt-pr-labels: 'release:after-ga' # opt out of defaults to avoid marking issues as stale days-before-stale: -1 days-before-close: -1 # overrides the above only for pull requests - days-before-pr-stale: 7 - days-before-pr-close: 7 + days-before-pr-stale: 90 + days-before-pr-close: 30