adding sync info in pr title (#2373)

This commit is contained in:
sriram veeraghanta 2023-10-04 18:03:22 +05:30 committed by GitHub
parent c2f0ae1ec5
commit 7a3b556ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,6 @@ jobs:
gh pr create \ gh pr create \
--base $TARGET_BRANCH \ --base $TARGET_BRANCH \
--head $SOURCE_BRANCH \ --head $SOURCE_BRANCH \
--title "$PR_TITLE_CLEANED" \ --title "[SYNC] $PR_TITLE_CLEANED" \
--body "$PR_BODY_CONTENT" \ --body "$PR_BODY_CONTENT" \
--repo $TARGET_REPO --repo $TARGET_REPO