From 9739aa574dbba7611731807ffca6f303731f14f3 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Mon, 29 Apr 2024 16:47:49 +0530 Subject: [PATCH] chore: remove comments from workflows --- .github/workflows/auto-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index fccfee9f3..e0f1946cb 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -80,6 +80,5 @@ jobs: - name: Create PR to Target Branch if: env.HAS_CONFLICTS == 'true' run: | - # Replace 'username' with the actual GitHub username of the reviewer. PR_URL=$(gh pr create --base $TARGET_BRANCH --head $SOURCE_BRANCH --title "sync: merge conflicts need to be resolved" --body "") echo "Pull Request created: $PR_URL"