diff --git a/Maestro/subscriptions.json b/Maestro/subscriptions.json index 36f82f0d46c..194d3f1c2dd 100644 --- a/Maestro/subscriptions.json +++ b/Maestro/subscriptions.json @@ -1384,12 +1384,28 @@ } } }, - // MSBuild latest release to main + // Automate opening PRs to merge msbuild's vs17.5 into vs17.6 { "triggerPaths": [ "https://github.com/dotnet/msbuild/blob/vs17.5/**/*" ], "action": "github-dnceng-branch-merge-pr-generator", + "actionArguments": { + "vsoSourceBranch": "main", + "vsoBuildParameters": { + "GithubRepoOwner": "dotnet", + "GithubRepoName": "", + "HeadBranch": "", + "BaseBranch": "vs17.6" + } + } + }, + // MSBuild latest release to main + { + "triggerPaths": [ + "https://github.com/dotnet/msbuild/blob/vs17.6/**/*" + ], + "action": "github-dnceng-branch-merge-pr-generator", "actionArguments": { "vsoSourceBranch": "main", "vsoBuildParameters": {