Skip to content

Commit

Permalink
Update merge-up config for new branch pattern (#3143)
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN authored Sep 12, 2024
1 parent 25a6e9e commit de037dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/merge-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Merge up
on:
push:
branches:
- "[0-9]+.[0-9]+"
- "[0-9]+.[0-9x]+"

env:
GH_TOKEN: ${{ secrets.MERGE_UP_TOKEN }}
Expand All @@ -28,4 +28,5 @@ jobs:
with:
ref: ${{ github.ref_name }}
branchNamePattern: '<major>.<minor>'
devBranchNamePattern: '<major>.x'
enableAutoMerge: true

0 comments on commit de037dd

Please sign in to comment.