Skip to content

Commit

Permalink
Update the merge-flow configuration (#10359)
Browse files Browse the repository at this point in the history
* Update the merge-flow configuration: Remove vs17.4 and vs17.9 from the flow
  • Loading branch information
f-alizada authored Jul 12, 2024
1 parent 7911171 commit 4cafb45
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .config/git-merge-flow-config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,16 @@
"vs17.0": {
"MergeToBranch": "vs17.3"
},
// Automate opening PRs to merge msbuild's vs17.3 (SDK 6.0.4xx) into vs17.4 (SDK 7.0.1xx until 5/2024, VS until 7/2024)
// Automate opening PRs to merge msbuild's vs17.3 (SDK 6.0.4xx) into vs17.6 (VS until 1/2025)
"vs17.3": {
"MergeToBranch": "vs17.4"
},
// Automate opening PRs to merge msbuild's vs17.4 into vs17.6 (VS until 1/2025)
"vs17.4": {
"MergeToBranch": "vs17.6"
},
// Automate opening PRs to merge msbuild's vs17.6 into vs17.8 (VS until 7/2025)
"vs17.6": {
"MergeToBranch": "vs17.8"
},
// Automate opening PRs to merge msbuild's vs17.8 (SDK 8.0.1xx) into vs17.9 (SDK 8.0.2xx)
// Automate opening PRs to merge msbuild's vs17.8 (SDK 8.0.1xx) into vs17.10 (SDK 8.0.3xx)
"vs17.8": {
"MergeToBranch": "vs17.9"
},
// Automate opening PRs to merge msbuild's vs17.9 (SDK 8.0.2xx) into vs17.10 (SDK 8.0.3xx)
"vs17.9": {
"MergeToBranch": "vs17.10"
},
// Automate opening PRs to merge msbuild's vs17.10 (SDK 8.0.3xx) into vs17.11 (SDK 8.0.4xx)
Expand Down

0 comments on commit 4cafb45

Please sign in to comment.