Interface PullReview

PullReview represents a pull request review

Hierarchy

  • PullReview

Properties

body?: string
comments_count?: number

Format

int64

commit_id?: string
dismissed?: boolean
html_url?: string
id?: number

Format

int64

official?: boolean
pull_request_url?: string
stale?: boolean
state?: string

ReviewStateType review state type

submitted_at?: string

Format

date-time

team?: Team

Team represents a team in an organization

updated_at?: string

Format

date-time

user?: User

User represents a user

Generated using TypeDoc