mirror of https://github.com/dotnet/runtime
21 lines
760 B
Plaintext
21 lines
760 B
Plaintext
// IMPORTANT: This file is read by the merge flow from main branch only.
|
|
{
|
|
"merge-flow-configurations": {
|
|
// Automate merging runtime release/6.0 branch into release/6.0-staging
|
|
"release/6.0":{
|
|
"MergeToBranch": "release/6.0-staging",
|
|
"ExtraSwitches": "-QuietComments"
|
|
},
|
|
// Automate merging runtime release/8.0 branch into release/8.0-staging
|
|
"release/8.0":{
|
|
"MergeToBranch": "release/8.0-staging",
|
|
"ExtraSwitches": "-QuietComments"
|
|
},
|
|
// Automate merging runtime release/9.0 branch back to release/9.0-staging
|
|
"release/9.0":{
|
|
"MergeToBranch": "release/9.0-staging",
|
|
"ExtraSwitches": "-QuietComments"
|
|
}
|
|
}
|
|
}
|