diff --git a/.github/workflows/daily_stale.yml b/.github/workflows/daily_stale.yml index 2a976ecca..9421ab87a 100644 --- a/.github/workflows/daily_stale.yml +++ b/.github/workflows/daily_stale.yml @@ -23,8 +23,8 @@ jobs: - uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: '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 + stale-issue-message: '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.' stale-pr-message: 'Stale pull request message' stale-issue-label: 'stale'