From 8ab76186b2a797aaf25b3b28789b3d1930fad9d4 Mon Sep 17 00:00:00 2001 From: Stephen Lang Date: Wed, 4 Sep 2024 12:27:34 +0100 Subject: [PATCH] fix: stale action linebreaks and wording update --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1f0e854f0..8eec16c16 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,16 +14,16 @@ jobs: with: days-before-stale: 30 days-before-close: 7 - stale-issue-message: > + stale-issue-message: | This issue has not had any activity in the past 30 days, so the `stale` label has been added to it. * The `stale` label will be removed if there is new activity - * The issue will be closed in 2 days if there is no new activity + * The issue will be closed in 7 days if there is no new activity * Add the `keepalive` label to exempt this issue from the stale check action Thank you for your contributions! - stale-pr-message: > + stale-pr-message: | This PR has been automatically marked as stale because it has not had any activity in the past 30 days.