We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f3b77 commit aa2b904Copy full SHA for aa2b904
.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
0 commit comments