chore: remove comments from workflows

This commit is contained in:
sriram veeraghanta 2024-04-29 16:47:49 +05:30
parent 7fdaa64b90
commit 9739aa574d

View File

@ -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"