Skip to content

Commit

Permalink
Enabled codeflow through 9.0.1xx (#42766)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpopMSFT authored Aug 16, 2024
2 parents 4a46908 + 3365562 commit c1423e0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions github-merge-flow.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
"MergeToBranch": "release/8.0.4xx",
"ExtraSwitches": "-QuietComments"
},
// 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
"release/8.0.4xx":{
"MergeToBranch": "release/9.0.1xx",
"ExtraSwitches": "-QuietComments"
},
// Automate opening PRs to merge sdk repos from release/9.0.1xx to main
"release/9.0.1xx":{
"MergeToBranch": "main",
"ExtraSwitches": "-QuietComments"
}
}
}
}

0 comments on commit c1423e0

Please sign in to comment.