From 4b756cdaef880c20eece26ca1bd35a46975fcae2 Mon Sep 17 00:00:00 2001 From: ggman12 Date: Thu, 12 Feb 2026 15:32:37 -0500 Subject: [PATCH] fix syntax error --- .github/workflows/update-community-prs.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/update-community-prs.yaml b/.github/workflows/update-community-prs.yaml index 45ff59d..e7be6ea 100644 --- a/.github/workflows/update-community-prs.yaml +++ b/.github/workflows/update-community-prs.yaml @@ -84,14 +84,7 @@ jobs: fi else echo " Merge conflict in PR #$pr_number, adding comment" - gh pr comment "$pr_number" --body "⚠️ **Merge Conflict** - -Another community submission was merged and this PR has conflicts. - -A maintainer may need to: -1. Close this PR -2. Remove the \`approved\` label from the original issue -3. Re-add the \`approved\` label to regenerate the PR" + gh pr comment "$pr_number" --body $'⚠️ **Merge Conflict**\n\nAnother community submission was merged and this PR has conflicts.\n\nA maintainer may need to:\n1. Close this PR\n2. Remove the `approved` label from the original issue\n3. Re-add the `approved` label to regenerate the PR' git merge --abort fi fi