Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PullRequest

PullRequest represents a pull request

export
interface

PullRequest

Hierarchy

  • PullRequest

Index

Properties

allow_maintainer_edit?: boolean
memberof

PullRequest

assignee?: User
memberof

PullRequest

assignees?: User[]
memberof

PullRequest

memberof

PullRequest

body?: string
memberof

PullRequest

closed_at?: string
memberof

PullRequest

comments?: number
memberof

PullRequest

created_at?: string
memberof

PullRequest

diff_url?: string
memberof

PullRequest

due_date?: string
memberof

PullRequest

memberof

PullRequest

html_url?: string
memberof

PullRequest

id?: number
memberof

PullRequest

is_locked?: boolean
memberof

PullRequest

labels?: Label[]
memberof

PullRequest

merge_base?: string
memberof

PullRequest

merge_commit_sha?: string
memberof

PullRequest

mergeable?: boolean
memberof

PullRequest

merged?: boolean
memberof

PullRequest

merged_at?: string
memberof

PullRequest

merged_by?: User
memberof

PullRequest

milestone?: Milestone
memberof

PullRequest

number?: number
memberof

PullRequest

patch_url?: string
memberof

PullRequest

state?: string

StateType issue state type

memberof

PullRequest

title?: string
memberof

PullRequest

updated_at?: string
memberof

PullRequest

url?: string
memberof

PullRequest

user?: User
memberof

PullRequest

Generated using TypeDoc