Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f083383

Browse filesBrowse files
committed
Merge branch 'fix-issue-labels-setter' into fork-pom
2 parents 0b2ca73 + 893152c commit f083383
Copy full SHA for f083383

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/main/java/org/kohsuke/github/GHIssue.java

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHIssue.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public void assignTo(GHUser user) throws IOException {
190190
}
191191

192192
public void setLabels(String... labels) throws IOException {
193-
edit("assignee",labels);
193+
edit("labels",labels);
194194
}
195195

196196
/**

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.