mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
adding sync info in pr title (#2373)
This commit is contained in:
parent
c2f0ae1ec5
commit
7a3b556ae0
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…
Reference in New Issue
Block a user