diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4133ed712..e73091b27 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,6 +16,6 @@ jobs: days-before-stale: 365 days-before-close: 7 stale-issue-message: 'This issue is stale because it has been open 365 days with no activity. Leave a comment or this will be closed in 7 days.' - stale-pr-message: 'This PR is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days' + stale-pr-message: 'This PR is stale because it has been open 365 days with no activity. Leave a comment or this will be closed in 7 days' stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity'