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