Skip to content

Switch base and head #4

Switch base and head

Switch base and head #4

Workflow file for this run

name: Merge stable into child branches
on:
push:
branches: ["stable"]
jobs:
create-pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create Pull Request for branch 'minor-next'
id: minor-next
uses: peter-evans/create-pull-request@v6
with:
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
branch: stable
base: minor-next
title: Merge branch 'stable' into minor-next