Skip to content

Commit

Permalink
Add inter branch merge flow configs for 9.0 RC branches (dotnet#106425)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossanlop authored Aug 15, 2024
1 parent ab3c7da commit cef3898
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions github-merge-flow.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
"release/8.0-rc":{
"MergeToBranch": "release/8.0",
"ExtraSwitches": "-QuietComments"
},
// Automate merging runtime release/9.0-rc1 branch back to release/9.0
"release/9.0-rc1":{
"MergeToBranch": "release/9.0",
"ExtraSwitches": "-QuietComments"
},
// Automate merging runtime release/9.0-rc2 branch back to release/9.0
"release/9.0-rc2":{
"MergeToBranch": "release/9.0",
"ExtraSwitches": "-QuietComments"
}
}
}

0 comments on commit cef3898

Please sign in to comment.