Skip to content

Commit

Permalink
Simplify PR command
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromorales committed Aug 25, 2021
1 parent 4cb1811 commit 6d29795
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,5 @@ git merge upstream/master --log -m 'Merge upstream/master'
echo "Pushing git commit"
git push -u origin HEAD:$INPUT_DESTINATION_HEAD_BRANCH
echo "Creating a pull request"
gh pr create -t $INPUT_DESTINATION_HEAD_BRANCH \
-b $INPUT_DESTINATION_HEAD_BRANCH \
-B $INPUT_DESTINATION_BASE_BRANCH \
-H $INPUT_DESTINATION_HEAD_BRANCH \
gh pr create -f -R $INPUT_DESTINATION_REPO \
$PULL_REQUEST_REVIEWERS

0 comments on commit 6d29795

Please sign in to comment.