Onboard new inter-branch merge flow [Workflow]
This commit is contained in:
parent
b3059959aa
commit
dcebdfb923
1 changed files with 13 additions and 0 deletions
13
.github/workflows/inter-branch-merge-flow.yml
vendored
Normal file
13
.github/workflows/inter-branch-merge-flow.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: Inter-branch merge workflow
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- release/**
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
Merge:
|
||||
uses: dotnet/arcade/.github/workflows/inter-branch-merge-base.yml@main
|
Loading…
Reference in a new issue