File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 15931593 }
15941594 }
15951595 },
1596- // MSBuild latest release to main
1596+ // Automate opening PRs to merge msbuild's vs17.9 into vs17.10
15971597 {
15981598 "triggerPaths" : [
15991599 " https://github.com/dotnet/msbuild/blob/vs17.9/**/*"
16001600 ],
16011601 "action" : " github-dnceng-branch-merge-pr-generator" ,
1602+ "actionArguments" : {
1603+ "vsoSourceBranch" : " main" ,
1604+ "vsoBuildParameters" : {
1605+ "GithubRepoOwner" : " dotnet" ,
1606+ "GithubRepoName" : " <trigger-repo>" ,
1607+ "HeadBranch" : " <trigger-branch>" ,
1608+ "BaseBranch" : " vs17.10"
1609+ }
1610+ }
1611+ },
1612+ // MSBuild latest release to main
1613+ {
1614+ "triggerPaths" : [
1615+ " https://github.com/dotnet/msbuild/blob/vs17.10/**/*"
1616+ ],
1617+ "action" : " github-dnceng-branch-merge-pr-generator" ,
16021618 "actionArguments" : {
16031619 "vsoSourceBranch" : " main" ,
16041620 "vsoBuildParameters" : {
You can’t perform that action at this time.
0 commit comments