Skip to content

Commit 1cd0e1a

Browse files
committed
Hard code release base branch
1 parent 3b088c0 commit 1cd0e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pin-system-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
# base may need to be `release/v*`
9494
run: |
9595
gh pr create --title "Pin system tests for release branch" \
96-
--base master \
96+
--base release/v1.56.x \
9797
--head ${{ steps.define-branch.outputs.branch }} \
9898
--label "tag: dependencies" \
9999
--label "tag: no release notes" \

0 commit comments

Comments
 (0)