Skip to content

Commit

Permalink
Remove 6 from the branch codeflow (#20242)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpopMSFT authored Nov 14, 2024
2 parents ef1f502 + a78a6c7 commit 478e661
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions github-merge-flow.jsonc
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
// IMPORTANT: This file is read by the merge flow from main branch only.
{
"merge-flow-configurations": {
// Automate opening PRs to merge cli release/6.0.1xx to .4xx
"release/6.0.1xx":{
"MergeToBranch": "release/6.0.4xx",
"ExtraSwitches": "-QuietComments"
},
// Automate opening PRs to merge cli release/6.0.4xx to 8.0.1xx
"release/6.0.4xx":{
"MergeToBranch": "release/8.0.1xx",
"ExtraSwitches": "-QuietComments"
},
// Automate opening PRs to merge cli release/8.0.1xx to 8.0.3xx
"release/8.0.1xx":{
"MergeToBranch": "release/8.0.3xx",
Expand All @@ -22,4 +12,4 @@
"ExtraSwitches": "-QuietComments"
}
}
}
}

0 comments on commit 478e661

Please sign in to comment.