Interface PullRequest

PullRequest represents a pull request

Hierarchy

  • PullRequest

Properties

allow_maintainer_edit?: boolean
assignee?: User

User represents a user

assignees?: User[]

PRBranchInfo information about a branch

body?: string
closed_at?: string

Format

date-time

comments?: number

Format

int64

created_at?: string

Format

date-time

diff_url?: string
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[]
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