Onboard new inter-branch merge flow [Workflow] (#19922)
This commit is contained in:
commit
6166a8cd61
1 changed files with 15 additions and 0 deletions
15
.github/workflows/inter-branch-merge-flow.yml
vendored
Normal file
15
.github/workflows/inter-branch-merge-flow.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
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
|
||||||
|
with:
|
||||||
|
configuration_file_branch: 'release/8.0.4xx'
|
Loading…
Reference in a new issue