Update merge-flow configurations to include release/8.0.4xx to main

This commit is contained in:
Jason Zhai 2024-07-04 00:13:26 -07:00
parent 3ba314d58f
commit ea50b788e4

View file

@ -20,6 +20,11 @@
"release/8.0.3xx":{
"MergeToBranch": "release/8.0.4xx",
"ExtraSwitches": "-QuietComments"
},
// Automate opening PRs to merge cli release/8.0.4xx to main
"release/8.0.4xx":{
"MergeToBranch": "main",
"ExtraSwitches": "-QuietComments"
}
}
}