diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f26ea02c913..a242ec2a773 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,15 +12,19 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: - 'This issue has automatically been marked stale because there has been no activity in a while. - Please leave a comment if the issue has not been resolved, or if it is not stale for any other reason. - After 2 weeks, this issue will automatically be closed, unless a comment is made or the stale label is removed.' + 'This issue has automatically been marked stale because there has + been no activity in a while. Please leave a comment if the issue has + not been resolved, or if it is not stale for any other reason. After + 2 weeks, this issue will automatically be closed, unless a comment + is made or the stale label is removed.' stale-issue-label: 'stale' exempt-issue-label: '💥 Crash Report' stale-pr-message: - 'This PR has automatically been marked stale because there has been no activity in a while. - Please leave a comment if the issue has not been resolved, or if it is not stale for any other reason. - After 2 weeks, this issue will automatically be closed, unless a comment is made or the stale label is removed.' + 'This PR has automatically been marked stale because there has been + no activity in a while. Please leave a comment if the issue has not + been resolved, or if it is not stale for any other reason. After 2 + weeks, this issue will automatically be closed, unless a comment is + made or the stale label is removed.' stale-pr-label: 'stale' exempt-pr-label: '💥 Crash Report' days-before-stale: 90