Skip to content

Commit

Permalink
Include 9.0.3xx in the merge flow (dotnet#46160)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Jan 21, 2025
1 parent 757f6c8 commit fe074dc
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 @@ -21,8 +21,13 @@
"MergeToBranch": "release/9.0.2xx",
"ExtraSwitches": "-QuietComments"
},
// Automate opening PRs to merge sdk repos from release/9.0.2xx to main
// Automate opening PRs to merge sdk repos from release/9.0.2xx to release/9.0.3xx
"release/9.0.2xx":{
"MergeToBranch": "release/9.0.3xx",
"ExtraSwitches": "-QuietComments"
},
// Automate opening PRs to merge sdk repos from release/9.0.3xx to main
"release/9.0.3xx":{
"MergeToBranch": "main",
"ExtraSwitches": "-QuietComments"
}
Expand Down

0 comments on commit fe074dc

Please sign in to comment.