1 write to Owner
Microsoft.DotNet.VersionTools (1)
Automation\GitHubProject.cs (1)
21Owner = owner ?? "dotnet";
6 references to Owner
Microsoft.DotNet.VersionTools (6)
Automation\GitHubApi\GitHubClient.cs (1)
161head = $"{headBranch.Project.Owner}:{headBranch.Name}",
Automation\GitHubProject.cs (1)
24public string Segments => $"{Owner}/{Name}";
Automation\PullRequestCreator.cs (2)
231if (pr.Head.User.Login != origin.Owner && !options.AllowBranchOnAnyRepoOwner) 233return $"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/" +