Skip to content

Commit beead1b

Browse files
Copilotswissspidy
andauthored
Pass default branch to create-pull-request in check-branch-alias workflow (#192)
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent e8e19af commit beead1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-check-branch-alias.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ jobs:
129129
uses: peter-evans/create-pull-request@v8
130130
with:
131131
token: ${{ secrets.GITHUB_TOKEN }}
132+
base: ${{ github.event.repository.default_branch }}
132133
commit-message: "Update branch-alias to ${{ steps.check_alias.outputs.expected_alias }}"
133134
title: "Update branch-alias to ${{ steps.check_alias.outputs.expected_alias }}"
134135
body: |

0 commit comments

Comments
 (0)