diff --git a/.github/stale.yml b/.github/stale.yml index 4e331a7..0af38e2 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -10,24 +10,26 @@ staleLabel: triage/stale issues: # Comment to post when marking an issue as stale. - markComment: |- + markComment: > This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. # Comment to post when closing a stale issue. - closeComment: |- + closeComment: > This issue has been automatically closed because it has not had recent activity since being marked as stale. - pulls: # Comment to post when marking a PR as stale. - markComment: |- + markComment: > This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. - To track this PR (even if closed), please open a corresponding issue if one does not already exist. + + To track this PR (even if closed), please open a corresponding issue if one + does not already exist. # Comment to post when closing a stale PR. - closeComment: |- + closeComment: > This PR has been automatically closed because it has not had recent activity since being marked as stale. + Please reopen when work resumes.