diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index afcd4e0ce..6f9bac596 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -28,10 +28,10 @@ jobs: days-before-issue-close: 14 # 2 weeks exempt-issue-labels: not-stale - stale-pr-message: 'This pull request is stale because it has been open 3 weeks with no activity. Please comment or label `not-stale`, or this will be closed in 7 days.' - close-pr-message: 'This pull request was automatically closed due to no activity for 3 weeks plus the 7 day notice period.' - days-before-pr-stale: 21 # 3 weeks - days-before-pr-close: 7 # 1 week + stale-pr-message: 'This pull request is stale because it has been open 6 months with no activity. Please comment or label `not-stale`, or this will be closed in 14 days.' + close-pr-message: 'This pull request was automatically closed due to no activity for 6 months plus the 14 day notice period.' + days-before-pr-stale: 182 # 6 months + days-before-pr-close: 14 # 2 week exempt-pr-labels: not-stale exempt-draft-pr: false