Skip to content

Commit

Permalink
Fix typo: use correct base branch in PR creation (#7720)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvitale1989 authored Dec 15, 2023
1 parent b405b3a commit ff8ebb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if [ -n "${CREATE_PR}" ]; then
PR_TITLE="Bump app ${BUMP_BUILD_NUMBER:+build}${BUMP_VERSION_NUMBER:+${BUMP_BUILD_NUMBER:+ and }version} number"
gh pr create \
--repo mattermost/mattermost-mobile \
--base main \
--base "${BRANCH_TO_BUILD}" \
--head "${GIT_LOCAL_BRANCH}" \
--reviewer "${PR_REVIEWERS}" \
--title "$PR_TITLE" \
Expand Down

0 comments on commit ff8ebb0

Please sign in to comment.