From 17098ae39a75a61c0face2466f58d4155e6c5fb2 Mon Sep 17 00:00:00 2001 From: ggman12 Date: Fri, 13 Feb 2026 11:52:53 -0500 Subject: [PATCH] fix update-community-prs.yaml --- .github/workflows/update-community-prs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-community-prs.yaml b/.github/workflows/update-community-prs.yaml index 711df76..90ec64a 100644 --- a/.github/workflows/update-community-prs.yaml +++ b/.github/workflows/update-community-prs.yaml @@ -70,7 +70,6 @@ jobs: echo " Merge conflict in PR #$pr_number, adding comment" 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 git checkout main