We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dc5b6f + 7ba3371 commit b846aa9Copy full SHA for b846aa9
.github/workflows/merge-up.yml
@@ -28,5 +28,5 @@ jobs:
28
with:
29
ref: ${{ github.ref_name }}
30
branchNamePattern: 'v<major>.<minor>'
31
- fallbackBranch: 'master'
+ devBranchNamePattern: 'v<major>.x'
32
enableAutoMerge: true
.github/workflows/release.yml
@@ -116,7 +116,7 @@ jobs:
116
117
118
119
120
121
- name: "Manually merge up changes"
122
if: ${{ steps.get-next-branch.outputs.hasNextBranch }}
0 commit comments