We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a46908 + 3365562 commit c1423e0Copy full SHA for c1423e0
github-merge-flow.jsonc
@@ -21,10 +21,15 @@
21
"MergeToBranch": "release/8.0.4xx",
22
"ExtraSwitches": "-QuietComments"
23
},
24
- // Automate opening PRs to merge sdk repos from release/8.0.4xx to main
+ // Automate opening PRs to merge sdk repos from release/8.0.4xx to 9.0.1xx
25
"release/8.0.4xx":{
26
+ "MergeToBranch": "release/9.0.1xx",
27
+ "ExtraSwitches": "-QuietComments"
28
+ },
29
+ // Automate opening PRs to merge sdk repos from release/9.0.1xx to main
30
+ "release/9.0.1xx":{
31
"MergeToBranch": "main",
32
33
}
34
-}
35
+}
0 commit comments