mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
Add inter branch merge flow configs for 9.0 RC branches (#106425)
This commit is contained in:
parent
ab3c7dae14
commit
cef3898f4d
1 changed files with 10 additions and 0 deletions
|
@ -15,6 +15,16 @@
|
||||||
"release/8.0-rc":{
|
"release/8.0-rc":{
|
||||||
"MergeToBranch": "release/8.0",
|
"MergeToBranch": "release/8.0",
|
||||||
"ExtraSwitches": "-QuietComments"
|
"ExtraSwitches": "-QuietComments"
|
||||||
|
},
|
||||||
|
// Automate merging runtime release/9.0-rc1 branch back to release/9.0
|
||||||
|
"release/9.0-rc1":{
|
||||||
|
"MergeToBranch": "release/9.0",
|
||||||
|
"ExtraSwitches": "-QuietComments"
|
||||||
|
},
|
||||||
|
// Automate merging runtime release/9.0-rc2 branch back to release/9.0
|
||||||
|
"release/9.0-rc2":{
|
||||||
|
"MergeToBranch": "release/9.0",
|
||||||
|
"ExtraSwitches": "-QuietComments"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue