VIPPRMeta
VIP metadata collected for a pull request.
type VIPPRMeta {
comments: [GitHubComment]
reviewComments: [GitHubPullRequestReviewComment]
reviews: [GitHubReview]
}
Fields
VIPPRMeta.comments ● [GitHubComment] list object common
The issue-style comments left on the pull request.
VIPPRMeta.reviewComments ● [GitHubPullRequestReviewComment] list object common
The review comments left on the pull request.
VIPPRMeta.reviews ● [GitHubReview] list object common
The formal reviews submitted on the pull request.
Member Of
GitHubPullRequest object