WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 478b2a5

Browse files
Update merge flow for release branches (#1534)
Added configuration for merging release/10.0.1xx to release/10.0.2xx. Co-authored-by: Viktor Hofer <[email protected]>
1 parent f881872 commit 478b2a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

github-merge-flow.jsonc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
// IMPORTANT: This file is read by the merge flow from main branch only.
22
{
33
"merge-flow-configurations": {
4-
// Automate opening PRs to merge release/10.0 to main
54
"release/10.0.1xx":{
5+
"MergeToBranch": "release/10.0.2xx",
6+
"ExtraSwitches": "-QuietComments"
7+
},
8+
"release/10.0.2xx":{
69
"MergeToBranch": "main",
710
"ExtraSwitches": "-QuietComments"
811
}

0 commit comments

Comments
 (0)