adding sync info in pr title (#2373)
This commit is contained in:
parent
c2f0ae1ec5
commit
7a3b556ae0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create-sync-pr.yml
vendored
2
.github/workflows/create-sync-pr.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue