1 write to Owner
Microsoft.DotNet.VersionTools (1)
Automation\GitHubProject.cs (1)
21
Owner
= owner ?? "dotnet";
6 references to Owner
Microsoft.DotNet.VersionTools (6)
Automation\GitHubApi\GitHubClient.cs (1)
161
head = $"{headBranch.Project.
Owner
}:{headBranch.Name}",
Automation\GitHubProject.cs (1)
24
public string Segments => $"{
Owner
}/{Name}";
Automation\PullRequestCreator.cs (2)
231
if (pr.Head.User.Login != origin.
Owner
&& !options.AllowBranchOnAnyRepoOwner)
233
return $"Owner of head repo '{pr.Head.User.Login}' is not '{origin.
Owner
}'";
Automation\VstsApi\VstsAdapterClient.cs (2)
377
$"{VstsInstanceName}.visualstudio.com/{project.
Owner
}/_git/{project.Name}";
399
$"{project.
Owner
}/_apis/git/" +