Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /