File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 24
24
25
25
- name : Create pull request
26
26
id : create-pull-request
27
- uses : alcaeus/automatic-merge-up-action@main
27
+ uses : alcaeus/automatic-merge-up-action@1.0.0
28
28
with :
29
29
ref : ${{ github.ref_name }}
30
30
branchNamePattern : ' v<major>.<minor>'
31
31
devBranchNamePattern : ' v<major>.x'
32
+ ignoredBranches : ${{ vars.IGNORED_MERGE_UP_BRANCHES }}
32
33
enableAutoMerge : true
Original file line number Diff line number Diff line change @@ -112,11 +112,12 @@ jobs:
112
112
113
113
- name : " Determine branch to merge up to"
114
114
id : get-next-branch
115
- uses : alcaeus/automatic-merge-up-action/get-next-branch@main
115
+ uses : alcaeus/automatic-merge-up-action/get-next-branch@1.0.0
116
116
with :
117
117
ref : ${{ github.ref_name }}
118
118
branchNamePattern : ' v<major>.<minor>'
119
119
devBranchNamePattern : ' v<major>.x'
120
+ ignoredBranches : ${{ vars.IGNORED_MERGE_UP_BRANCHES }}
120
121
121
122
- name : " Manually merge up changes"
122
123
if : ${{ steps.get-next-branch.outputs.hasNextBranch }}
You can’t perform that action at this time.
0 commit comments