Skip to content

Commit 9b239fa

Browse files
Merge pull request #755 from IETS3/feature/PR_into_next_version_2021.3
Activate automatic merging of PRs into the next maintenance branch
2 parents a503352 + 56b32e5 commit 9b239fa

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)