Interface PullRequest

PullRequest represents a pull request

Hierarchy

  • PullRequest

Properties

additions?: number

Format

int64

allow_maintainer_edit?: boolean
assignee?: User

User represents a user

assignees?: User[]

PRBranchInfo information about a branch

body?: string
changed_files?: number

Format

int64

closed_at?: string

Format

date-time

comments?: number

Format

int64

created_at?: string

Format

date-time

deletions?: number

Format

int64

diff_url?: string
draft?: boolean
due_date?: string

Format

date-time

PRBranchInfo information about a branch

html_url?: string
id?: number

Format

int64

is_locked?: boolean
labels?: Label[]
merge_base?: string
merge_commit_sha?: string
mergeable?: boolean
merged?: boolean
merged_at?: string

Format

date-time

merged_by?: User

User represents a user

milestone?: Milestone

Milestone milestone is a collection of issues on one repository

number?: number

Format

int64

patch_url?: string
pin_order?: number

Format

int64

requested_reviewers?: User[]
review_comments?: number

number of review comments made on the diff of a PR review (not including comments on commits or issues in a PR)

Format

int64

state?: string

StateType issue state type

title?: string
updated_at?: string

Format

date-time

url?: string
user?: User

User represents a user

Generated using TypeDoc