Skip to content

Commit

Permalink
Fix base branch for autobumping PR
Browse files Browse the repository at this point in the history
Co-authored-by: Wayne Adams <[email protected]>
Co-authored-by: Marcela Lara <[email protected]>
  • Loading branch information
wayneadams and Marcela Lara committed Mar 8, 2024
1 parent 99482ee commit 684cbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
git add .
git commit -m "Upgrade Golang"
git push --set-upstream origin tmp/upgrade-golang-${branch_suffix}
gh pr create --title "Upgrade Golang" --body "Upgrade Golang" --base feat/autobump-go --head tmp/upgrade-golang-${branch_suffix}
gh pr create --title "Upgrade Golang" --body "Upgrade Golang" --base main --head tmp/upgrade-golang-${branch_suffix}
gh pr merge tmp/upgrade-golang-${branch_suffix} --auto --rebase --delete-branch
fi
env:
Expand Down

0 comments on commit 684cbdd

Please sign in to comment.