From f268c2a4bf00184022ef0b7e9459a82393cf5a44 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 21 Mar 2022 13:09:21 +0100 Subject: [PATCH] Update daily_stale.yml --- .github/workflows/daily_stale.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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'