From 2179c057942cd0c8f50ac4f0373d2f7f136b4191 Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Tue, 27 Jun 2023 15:21:31 +0200 Subject: [PATCH] fix yaml linter errors Signed-off-by: Moritz Wiesinger --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 521e03c399..f7c3fd219f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,8 +17,8 @@ jobs: exempt-pr-labels: "pinned,security,future,help wanted,integrations,known issue,known-limitation,Epic,area:security" exempt-all-milestones: true stale-issue-message: | - This issue has been automatically marked as stale because it has not had recent activity. It will be + 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: | - This issue has been automatically marked as stale because it has not had recent activity. It will be + 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.