1 write to AllowBranchOnAnyRepoOwner
Microsoft.DotNet.VersionTools (1)
src\Automation\VstsApi\VstsAdapterClient.cs (1)
382
options.
AllowBranchOnAnyRepoOwner
= true;
1 reference to AllowBranchOnAnyRepoOwner
Microsoft.DotNet.VersionTools (1)
src\Automation\PullRequestCreator.cs (1)
231
if (pr.Head.User.Login != origin.Owner && !options.
AllowBranchOnAnyRepoOwner
)