File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
src/main/java/com/spotify/github/v3/prs Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
99 * You may obtain a copy of the License at
10- *
10+ *
1111 * http://www.apache.org/licenses/LICENSE-2.0
12- *
12+ *
1313 * Unless required by applicable law or agreed to in writing, software
1414 * distributed under the License is distributed on an "AS IS" BASIS,
1515 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3232import java .util .List ;
3333import java .util .Optional ;
3434import javax .annotation .Nullable ;
35+
36+ import com .spotify .github .v3 .issues .Label ;
3537import org .immutables .value .Value ;
3638
3739/** Pull request item resource represents data returned during pull request list operation */
@@ -112,6 +114,10 @@ public interface PullRequestItem extends CloseTracking {
112114 @ Nullable
113115 User user ();
114116
117+ /** A list of PR labels */
118+ @ Nullable
119+ List <Label > labels ();
120+
115121 /** Statuses API URL. */
116122 @ Nullable
117123 URI statusesUrl ();
You can’t perform that action at this time.
0 commit comments