diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 48c46cae4..fccfee9f3 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -81,5 +81,5 @@ jobs: 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 "" --reviewer $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"