mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-23 15:50:48 +00:00
Fix GHIssue.setLabels() - *don't* set 'assignee' instead!
This commit is contained in:
@@ -190,7 +190,7 @@ public class GHIssue {
|
||||
}
|
||||
|
||||
public void setLabels(String... labels) throws IOException {
|
||||
edit("assignee",labels);
|
||||
edit("labels",labels);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user