diff --git a/.github/workflows/PR-into-next-version.yml b/.github/workflows/PR-into-next-version.yml new file mode 100644 index 00000000..4bf0aa5a --- /dev/null +++ b/.github/workflows/PR-into-next-version.yml @@ -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 \ No newline at end of file