diff --git a/.github/workflows/stalled.yml b/.github/workflows/stalled.yml index 2b10140bbd..79c14e320c 100644 --- a/.github/workflows/stalled.yml +++ b/.github/workflows/stalled.yml @@ -21,8 +21,8 @@ jobs: with: repo-token: ${{ steps.github_app_token.outputs.token }} stale-pr-label: 'stalled' - stale-pr-message: 'This PR is stalled because it has been open for 30 days with no activity.' + stale-pr-message: 'This PR is stalled because it has been open for 30 days with no activity. It will be automatically closed after 60 days of inactivity.' days-before-pr-stale: 30 days-before-issue-stale: -1 - days-before-pr-close: -1 + days-before-pr-close: 60 days-before-issue-close: -1