mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 20:13:40 +00:00
Release v0.27 - On a Roll (#1687)
* Fix integration test - protected branch status can now only be retrieved by an authorized user * Fix integration test - labels in octokit.net repo were renamed * Run build task "FormatCode" * Update release notes for v0.27
This commit is contained in:
@@ -886,7 +886,7 @@ namespace Octokit
|
||||
[Obsolete("Please use GetAllProtectedBranchTeamRestrictions instead")]
|
||||
public Task<IReadOnlyList<Team>> GetProtectedBranchTeamRestrictions(long repositoryId, string branch)
|
||||
{
|
||||
return GetAllProtectedBranchTeamRestrictions(repositoryId, branch);
|
||||
return GetAllProtectedBranchTeamRestrictions(repositoryId, branch);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user