diff --git a/scripts/manage-pr.bash b/scripts/manage-pr.bash index 21c3df4..1b43034 100755 --- a/scripts/manage-pr.bash +++ b/scripts/manage-pr.bash @@ -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