forked from github/plane
fix: create sync pr workflow
This commit is contained in:
parent
a644d38218
commit
9591ccccaa
2
.github/workflows/create-sync-pr.yml
vendored
2
.github/workflows/create-sync-pr.yml
vendored
@ -64,6 +64,6 @@ jobs:
|
|||||||
echo "Pull Request already exists: $PR_EXISTS"
|
echo "Pull Request already exists: $PR_EXISTS"
|
||||||
else
|
else
|
||||||
echo "Creating new pull request"
|
echo "Creating new pull request"
|
||||||
PR_URL=$(gh pr create --base $TARGET_BRANCH --head $SOURCE_BRANCH --title "sync: merge conflicts need to be resolved" --body "")
|
PR_URL=$(gh pr create --base $TARGET_BRANCH --head $SOURCE_BRANCH --title "sync: community changes" --body "")
|
||||||
echo "Pull Request created: $PR_URL"
|
echo "Pull Request created: $PR_URL"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user