diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f09f0becaf..43179fa343 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,7 +16,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} # Don't ever mark PRs as stale. days-before-pr-stale: -1 - stale-issue-message: 'This issue has been flagged as stale because it has been open for 60 days with no activity. The issue will be closed in 7 days unless someone removes the "stale" label or adds a comment.' + stale-issue-message: 'Thank you for your contribution to our project. This issue has not received any updates for 60 days and may be considered "stale." If this issue is still important to you, please add an update within the next 7 days to keep it open. Administrators can manually reopen the issue if necessary.' close-issue-message: 'This issue has been closed due to lack of recent activity. Please consider opening a new one if needed.' # Don't act on things assigned to a milestone or assigned to someone. exempt-all-milestones: true