Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PullRequest

Describes pull request

Hierarchy

  • PullRequest

Index

Properties

additionsCount

additionsCount: number

Number of code additions in pull request

creationDateTime

creationDateTime: string

When pull request was first opened

deletionsCount

deletionsCount: number

Number of code deletions in pull request

isClosed

isClosed: boolean

Is pull request closed

isMerged

isMerged: boolean

Is pull request merged

publicUrl

publicUrl: string

The URL pointing to the pull request on GitHub – e.g. 'https://github.com/facebook/react/pull/16002'

title

title: string

Title of pull request

Generated using TypeDoc