Skip to content

Commit 56b32e5

Browse files
author
Alexander Pann
committed
Activate automatic merging of PRs into the next maintenance branch
1 parent a503352 commit 56b32e5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: PR to merge into the next version
2+
3+
on:
4+
push:
5+
branches:
6+
- 'maintenance/mps*'
7+
8+
jobs:
9+
create-pr:
10+
uses: specificlanguages/cascading-merge/.github/workflows/workflow.yml@v1
11+
with:
12+
exclude_branch_prefix: maintenance/mps3

0 commit comments

Comments
 (0)