Skip to content

Commit

Permalink
Update target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbaldry authored Jun 27, 2024
1 parent 45d6aa4 commit 79e87b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/manage-pr.bash
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ git checkout -b "${BRANCH}"
if ! git diff --exit-code; then
commit
git push origin "refs/heads/${BRANCH}"
gh pr create --title "${SUBJECT}" --body '' --base main --head "${BRANCH}"
gh pr create --title "${SUBJECT}" --body '' --base staging --head "${BRANCH}"
fi

0 comments on commit 79e87b2

Please sign in to comment.