Skip to content

Commit

Permalink
Merge pull request #8386 from dotnet/marcpopMSFT-codeflow
Browse files Browse the repository at this point in the history
Add 9.0.2xx to codeflow
  • Loading branch information
v-wuzhai authored Sep 20, 2024
2 parents 65c8907 + c21b2f2 commit 7a9e477
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion github-merge-flow.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@
"MergeToBranch": "release/9.0.1xx",
"ExtraSwitches": "-QuietComments"
},
// Automate opening PRs to merge sdk repos from release/9.0.1xx to main
// Automate opening PRs to merge sdk repos from release/9.0.1xx to release/9.0.2xx
"release/9.0.1xx":{
"MergeToBranch": "release/9.0.2xx",
"ExtraSwitches": "-QuietComments"
},
// Automate opening PRs to merge sdk repos from release/9.0.2xx to main
"release/9.0.2xx":{
"MergeToBranch": "main",
"ExtraSwitches": "-QuietComments"
}
Expand Down

0 comments on commit 7a9e477

Please sign in to comment.