Skip to content

Commit cf4aa25

Browse files
address review comments on configurations
1 parent 45d02ca commit cf4aa25

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

github-merge-flow.jsonc.txt

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,7 @@
11
// IMPORTANT: This file is read by the merge flow from main branch only.
22
{
33
"merge-flow-configurations": {
4-
// Automate merging runtime release/6.0 branch into release/6.0-staging
5-
"release/6.0":{
6-
"MergeToBranch": "release/6.0-staging",
7-
"ExtraSwitches": "-QuietComments"
8-
},
9-
// Automate merging runtime release/8.0 branch into release/8.0-staging
10-
"release/8.0":{
11-
"MergeToBranch": "release/8.0-staging",
12-
"ExtraSwitches": "-QuietComments"
13-
},
14-
// Automate merging runtime release/8.0-rc branches back to release/8.0
15-
"release/8.0-rc":{
16-
"MergeToBranch": "release/8.0",
17-
"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-
},
4+
245
// Automate merging runtime release/9.0-rc2 branch back to release/9.0
256
"release/9.0-rc2":{
267
"MergeToBranch": "release/9.0",

0 commit comments

Comments
 (0)