Skip to content

Add inter-branch merge flow file (#10274) #1

Add inter-branch merge flow file (#10274)

Add inter-branch merge flow file (#10274) #1

name: Inter-branch merge workflow
on:
push:
branches:
- vs1**
permissions:
contents: write
pull-requests: write
jobs:
Merge:
uses: dotnet/arcade/.github/workflows/inter-branch-merge-base.yml@main
with:
configuration_file_path: '.config/git-merge-flow-config.jsonc'