From ce9714ff126a0b6e50377e1f02fb38444b8a0c5e Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Fri, 15 Dec 2023 17:31:14 +0530 Subject: [PATCH] fix: sync pr changes (#3153) --- .github/workflows/create-sync-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-sync-pr.yml b/.github/workflows/create-sync-pr.yml index 540d8fe0f..ba9cb47be 100644 --- a/.github/workflows/create-sync-pr.yml +++ b/.github/workflows/create-sync-pr.yml @@ -51,5 +51,5 @@ jobs: gh pr create \ --base $TARGET_BASE_BRANCH \ --head $TARGET_BRANCH \ - --title $PR_TITLE \ + --fill-first \ --repo $TARGET_REPO