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