Skip to content

Commit 9ba9453

Browse files
committed
Update merge-up config for new branch pattern
1 parent 0ede5ba commit 9ba9453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/merge-up.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Merge up
33
on:
44
push:
55
branches:
6-
- "[0-9]+.[0-9]+"
6+
- "[0-9]+.[0-9x]+"
77

88
env:
99
GH_TOKEN: ${{ secrets.MERGE_UP_TOKEN }}
@@ -27,5 +27,5 @@ jobs:
2727
uses: alcaeus/automatic-merge-up-action@main
2828
with:
2929
ref: ${{ github.ref_name }}
30-
branchNamePattern: '<major>.<minor>'
30+
branchNamePattern: '<major>.x'
3131
enableAutoMerge: true

0 commit comments

Comments
 (0)