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 0ede5ba commit 9ba9453Copy full SHA for 9ba9453
.github/workflows/merge-up.yml
@@ -3,7 +3,7 @@ name: Merge up
3
on:
4
push:
5
branches:
6
- - "[0-9]+.[0-9]+"
+ - "[0-9]+.[0-9x]+"
7
8
env:
9
GH_TOKEN: ${{ secrets.MERGE_UP_TOKEN }}
@@ -27,5 +27,5 @@ jobs:
27
uses: alcaeus/automatic-merge-up-action@main
28
with:
29
ref: ${{ github.ref_name }}
30
- branchNamePattern: '<major>.<minor>'
+ branchNamePattern: '<major>.x'
31
enableAutoMerge: true
0 commit comments