Skip to content

Commit

Permalink
Add cascading merge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sergej-koscejev committed May 16, 2024
1 parent bacfa65 commit 8d86d4b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/PR-into-next-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: PR to merge into the next version

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

jobs:
create-pr:
runs-on: ubuntu-latest
steps:
- name: Create PR
uses: specificlanguages/cascading-merge@v2
with:
branch_prefix: maintenance/MPS-
merge_prefix: merge/MPS-
default_merge_prefix: merge/
token: ${{ secrets.MPS_CI_BUILD_BOT_ACCESS_TOKEN }}

0 comments on commit 8d86d4b

Please sign in to comment.