mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 19:26:51 +00:00
don't populate the initial labels list from the existing issue
This commit is contained in:
@@ -127,11 +127,6 @@ namespace Octokit
|
||||
Title = Title
|
||||
};
|
||||
|
||||
foreach (var label in Labels.Select(l => l.Name))
|
||||
{
|
||||
issueUpdate.Labels.Add(label);
|
||||
}
|
||||
|
||||
return issueUpdate;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user