Skip to content

Commit

Permalink
Merge pull request #27 from mbeddr/feature/automatic_cascading_merges
Browse files Browse the repository at this point in the history
Activate automatic merging of PRs into the next maintenance branch
  • Loading branch information
alexanderpann authored Jan 31, 2024
2 parents e81ba53 + 288957c commit abe1612
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/PR-into-next-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: PR to merge into the next version

on:
push:
branches:
- 'maintenance/MPS-*'

jobs:
create-pr:
uses: specificlanguages/cascading-merge/.github/workflows/workflow.yml@v1

0 comments on commit abe1612

Please sign in to comment.