diff --git a/.github/workflows/daily_stale.yml b/.github/workflows/daily_stale.yml index 9421ab87a..4a0ebe7e9 100644 --- a/.github/workflows/daily_stale.yml +++ b/.github/workflows/daily_stale.yml @@ -23,9 +23,7 @@ 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 \ - for your contributions.' + 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' stale-pr-label: 'stale'