зеркало из https://github.com/dotnet/wpf.git
Merge pull request #9821 from dotnet/interbranch-Workflow
Interbranch workflow
This commit is contained in:
Коммит
14a505e89e
|
@ -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
|
|
@ -0,0 +1,11 @@
|
|||
// IMPORTANT: This file is read by the merge flow from main branch only.
|
||||
{
|
||||
"merge-flow-configurations": {
|
||||
|
||||
// Automate merging runtime release/9.0-rc2 branch back to release/9.0
|
||||
"release/9.0-rc2":{
|
||||
"MergeToBranch": "release/9.0",
|
||||
"ExtraSwitches": "-QuietComments"
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче