Skip to content

Commit b680327

Browse files
Copilotswissspidy
andcommitted
Add base parameter to create-pull-request in check-branch-alias workflow
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
1 parent 9132863 commit b680327

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)