Skip to content

Commit

Permalink
Merge pull request #2616 from mbeddr/merge/mps20223
Browse files Browse the repository at this point in the history
Merge maintenance/mps20222 into maintenance/mps20223
  • Loading branch information
mps-ci-buildbot authored Nov 20, 2024
2 parents efdcdb9 + 6c69e64 commit e1d1b1b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/PR-into-next-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:

jobs:
create-pr:
uses: specificlanguages/cascading-merge/.github/workflows/workflow.yml@v1
with:
exclude_branch_prefix: maintenance/mps3
runs-on: ubuntu-latest
steps:
- name: Create PR
uses: specificlanguages/cascading-merge@v2
with:
exclude_branch_prefix: maintenance/mps3
automerge_new_prs: 'true'
token: ${{ secrets.MPS_CI_BUILD_BOT_ACCESS_TOKEN }}

0 comments on commit e1d1b1b

Please sign in to comment.