Update merge-flow configurations to include release/8.0.4xx to main
This commit is contained in:
parent
3ba314d58f
commit
ea50b788e4
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue