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
@@ -462,7 +462,7 @@ public class SearchClientTests
public async Task SearchForExcludedLabels()
{
var label1 = "up-for-grabs";
var label2 = "feature";
var label2 = "\"category: feature\"";
// Search for issues by include filter
var request = new SearchIssuesRequest();