From 081776b4f9daabd0e65f45fb49d21cd6b0e01e0a Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Sat, 15 Apr 2023 08:49:16 -0300 Subject: [PATCH] Fixing syntax error in stale issue cron action (#8269) --- .github/workflows/cron-stale-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron-stale-issue.yml b/.github/workflows/cron-stale-issue.yml index fe0244f798..900f4c0bd9 100644 --- a/.github/workflows/cron-stale-issue.yml +++ b/.github/workflows/cron-stale-issue.yml @@ -20,4 +20,4 @@ jobs: days-before-pr-stale: 14 days-before-pr-close: 7 stale-pr-message: "This PR is being marked as stale due to inactivity." - close-pr-message: "This PR is being closed due to inactivity. Please reopen if work is intended to be continued. + close-pr-message: "This PR is being closed due to inactivity. Please reopen if work is intended to be continued."