chore: remove comments from workflows
This commit is contained in:
parent
7fdaa64b90
commit
9739aa574d
1 changed files with 0 additions and 1 deletions
1
.github/workflows/auto-merge.yml
vendored
1
.github/workflows/auto-merge.yml
vendored
|
|
@ -80,6 +80,5 @@ jobs:
|
||||||
- name: Create PR to Target Branch
|
- name: Create PR to Target Branch
|
||||||
if: env.HAS_CONFLICTS == 'true'
|
if: env.HAS_CONFLICTS == 'true'
|
||||||
run: |
|
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 "")
|
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"
|
echo "Pull Request created: $PR_URL"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue