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:
Ryan Gribble
2017-10-07 13:15:14 +10:00
committed by GitHub
parent e93646c9f1
commit 0f0a0dc2b5
6 changed files with 34 additions and 8 deletions
+1 -1
View File
@@ -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>