Skip to content

Commit

Permalink
adding sync info in pr title (#2373)
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramveeraghanta authored Oct 4, 2023
1 parent c2f0ae1 commit 7a3b556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-sync-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
gh pr create \
--base $TARGET_BRANCH \
--head $SOURCE_BRANCH \
--title "$PR_TITLE_CLEANED" \
--title "[SYNC] $PR_TITLE_CLEANED" \
--body "$PR_BODY_CONTENT" \
--repo $TARGET_REPO

1 comment on commit 7a3b556

@vercel
Copy link

@vercel vercel bot commented on 7a3b556 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

plane-sh-dev – ./space/

plane-sh-dev-plane.vercel.app
plane-space-dev.vercel.app
plane-sh-dev-git-develop-plane.vercel.app

Please sign in to comment.