diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d882d4e8f0d0..23967a978ac2 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -26,8 +26,8 @@ jobs: with: stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.' close-pr-message: 'This PR was auto-closed because it has been stalled for 10 days with no activity. Please feel free to reopen if it's still valid. Thanks.' - stale-issue-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.' - close-issue-message: 'This PR was auto-closed because it has been stalled for 10 days with no activity. Please feel free to reopen if it's still valid. Thanks.' + stale-issue-message: 'This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.' + close-issue-message: 'This issue was auto-closed because it has been stalled for 10 days with no activity. Please feel free to reopen if it's still valid. Thanks.' days-before-stale: 45 days-before-close: 10 operations-per-run: 300