mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 11:24:44 +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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user