Skip to content

Commit 2f10a38

Browse files
ci: make backend update PR branch version-specific (#1155)
Co-authored-by: MilesCranmerBot <milescranmerbot@users.noreply.github.com>
1 parent a05337c commit 2f10a38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update_backend.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: "Create PR if necessary"
4141
uses: peter-evans/create-pull-request@v8
4242
with:
43+
branch: backend-update/v${{ steps.get-latest.outputs.version }}
4344
title: "Automated update to backend: v${{ steps.get-latest.outputs.version }}"
4445
body: |
4546
This PR was automatically generated by the GitHub Action `.github/workflows/update-backend.yml`

0 commit comments

Comments
 (0)