From e70939d3c2b2913d13af58ae87c2e8b953a7e202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergej=20Ko=C5=A1=C4=8Dejev?= Date: Wed, 20 Nov 2024 15:47:23 +0100 Subject: [PATCH] ci: automerge cascading PRs --- .github/workflows/PR-into-next-version.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/PR-into-next-version.yml b/.github/workflows/PR-into-next-version.yml index ed4e21ae37e..5487b94b271 100644 --- a/.github/workflows/PR-into-next-version.yml +++ b/.github/workflows/PR-into-next-version.yml @@ -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 }}