From 51cf3ce54855b1b8f2d561ab1d496046ba60bb62 Mon Sep 17 00:00:00 2001 From: Etienne G Date: Tue, 15 Aug 2023 00:22:50 +1000 Subject: [PATCH] Changed stale message --- .github/workflows/stale.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'