Skip to content

Commit cef3898

Browse files
authored
Add inter branch merge flow configs for 9.0 RC branches (#106425)
1 parent ab3c7da commit cef3898

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

github-merge-flow.jsonc

+10
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
"release/8.0-rc":{
1616
"MergeToBranch": "release/8.0",
1717
"ExtraSwitches": "-QuietComments"
18+
},
19+
// Automate merging runtime release/9.0-rc1 branch back to release/9.0
20+
"release/9.0-rc1":{
21+
"MergeToBranch": "release/9.0",
22+
"ExtraSwitches": "-QuietComments"
23+
},
24+
// Automate merging runtime release/9.0-rc2 branch back to release/9.0
25+
"release/9.0-rc2":{
26+
"MergeToBranch": "release/9.0",
27+
"ExtraSwitches": "-QuietComments"
1828
}
1929
}
2030
}

0 commit comments

Comments
 (0)