Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Apr 26, 2024
1 parent 8c6b9be commit 8248631
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/scripts/create-cherry-pick-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ PR_BODY="This PR cherry-picks #${3}"
git config user.name "MetaMask Bot"
git config user.email "metamaskbot@users.noreply.github.com"

echo "1"
git checkout "${BASE_PR_BRANCH_NAME}"
echo "2"
git pull
echo "3"
git checkout -b "${PR_BRANCH_NAME}"
echo "4"
git cherry-pick "${COMMIT_HASH_TO_CHERRY_PICK}"
echo "5"

git push --set-upstream origin "${PR_BRANCH_NAME}"

Expand Down

0 comments on commit 8248631

Please sign in to comment.