diff --git a/src/main/java/com/spotify/github/v3/prs/PullRequest.java b/src/main/java/com/spotify/github/v3/prs/PullRequest.java index 84b88504..875ce19d 100644 --- a/src/main/java/com/spotify/github/v3/prs/PullRequest.java +++ b/src/main/java/com/spotify/github/v3/prs/PullRequest.java @@ -25,11 +25,9 @@ import com.spotify.github.GithubStyle; import com.spotify.github.v3.User; -import java.util.List; import java.util.Optional; import javax.annotation.Nullable; -import com.spotify.github.v3.issues.Label; import org.immutables.value.Value; /** @@ -81,13 +79,4 @@ public interface PullRequest extends PullRequestItem { /** The mergeable state of this PR. */ @Nullable String mergeableState(); - - /** Is it a draft PR? */ - Optional draft(); - - @Nullable - List