Skip to content

Commit

Permalink
Update JavaDoc for the milestone parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
bloslo committed Sep 25, 2021
1 parent 5745bfd commit 098a577
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/org/kohsuke/github/GHIssueQueryBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ public class GHIssueQueryBuilder extends GHQueryBuilder<GHIssue> {
/**
* Milestone gh issue query builder.
*
* The milestone must be either an integer (the milestone number), the string * (issues with any milestone) or the
* string none (issues without milestone).
*
* @param milestone
* the milestone
* @return the gh issue request query builder
Expand Down

0 comments on commit 098a577

Please sign in to comment.