Skip to content

Commit efd2dc0

Browse files
Merge v1.21 into v2.1 (#1715)
2 parents e72d7b8 + 2c5e6fe commit efd2dc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/merge-up.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424

2525
- name: Create pull request
2626
id: create-pull-request
27-
uses: alcaeus/automatic-merge-up-action@main
27+
uses: alcaeus/automatic-merge-up-action@1.0.0
2828
with:
2929
ref: ${{ github.ref_name }}
3030
branchNamePattern: 'v<major>.<minor>'
3131
devBranchNamePattern: 'v<major>.x'
32+
ignoredBranches: ${{ vars.IGNORED_MERGE_UP_BRANCHES }}
3233
enableAutoMerge: true

0 commit comments

Comments
 (0)