diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a994c8f..2c42a2d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,7 +22,9 @@ jobs: - uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' + stale-issue-message: >- + This issue is stale because it has been open 30 days with no activity. + Remove stale label or comment or this will be closed in 5 days. # stale-pr-message: 'Stale pull request message' stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity'