Skip to content

Commit 2c5e6fe

Browse files
authored
Ignore branches that are no longer maintained when merging up (#1714)
1 parent c5b87c0 commit 2c5e6fe

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)