View Source GitHub.ProtectedBranch.PullRequestReview (GitHub REST API Client v0.3.1)

Provides struct and type for a ProtectedBranch.PullRequestReview

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.ProtectedBranch.PullRequestReview{
  __info__: map(),
  bypass_pull_request_allowances:
    GitHub.ProtectedBranch.PullRequestReviewBypassPullRequestAllowances.t()
    | nil,
  dismiss_stale_reviews: boolean(),
  dismissal_restrictions:
    GitHub.ProtectedBranch.PullRequestReviewDismissalRestrictions.t() | nil,
  require_code_owner_reviews: boolean(),
  require_last_push_approval: boolean() | nil,
  required_approving_review_count: integer() | nil,
  url: String.t() | nil
}