1 write to Head
Microsoft.DotNet.VersionTools (1)
Automation\VstsApi\VstsAdapterClient.cs (1)
214Head = new GitHubHead
6 references to Head
Microsoft.DotNet.VersionTools (6)
Automation\PullRequestCreator.cs (6)
101pullRequestToUpdate.Head.Sha); 122pullRequestToUpdate.Head.Ref, 231if (pr.Head.User.Login != origin.Owner && !options.AllowBranchOnAnyRepoOwner) 233return $"Owner of head repo '{pr.Head.User.Login}' is not '{origin.Owner}'"; 235if (!pr.Head.Ref.StartsWith(upgradeBranchPrefix)) 237return $"Ref name '{pr.Head.Ref}' does not start with '{upgradeBranchPrefix}'";