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.
1 parent 9ba9453 commit 6ad0a81Copy full SHA for 6ad0a81
.github/workflows/merge-up.yml
@@ -27,5 +27,6 @@ jobs:
27
uses: alcaeus/automatic-merge-up-action@main
28
with:
29
ref: ${{ github.ref_name }}
30
- branchNamePattern: '<major>.x'
+ branchNamePattern: '<major>.<minor>'
31
+ devBranchNamePattern: '<major>.x'
32
enableAutoMerge: true
0 commit comments