Record

pull-request

No description available.

record pull-request {
  links: pull-request-links,
  active-lock-reason: option​<string>,
  additions: s32,
  assignee: nullable-simple-user,
  assignees: option​<list​<simple-user>>,
  author-association: author-association,
  auto-merge: auto-merge,
  base: pull-request-base,
  body: string,
  changed-files: s32,
  closed-at: string,
  comments: s32,
  comments-url: string,
  commits: s32,
  commits-url: string,
  created-at: string,
  deletions: s32,
  diff-url: string,
  draft: option​<bool>,
  head: pull-request-head,
  html-url: string,
  id: s32,
  issue-url: string,
  labels: list​<pull-request-labels-item>,
  locked: bool,
  maintainer-can-modify: bool,
  merge-commit-sha: string,
  mergeable: bool,
  mergeable-state: string,
  merged: bool,
  merged-at: string,
  merged-by: nullable-simple-user,
  milestone: nullable-milestone,
  node-id: string,
  number: s32,
  patch-url: string,
  rebaseable: option​<bool>,
  requested-reviewers: option​<list​<simple-user>>,
  requested-teams: option​<list​<team-simple>>,
  review-comment-url: string,
  review-comments: s32,
  review-comments-url: string,
  state: nullable-milestone-state-enum,
  statuses-url: string,
  title: string,
  updated-at: string,
  url: string,
  user: nullable-simple-user,
}

Fields

NameTypeDescription
linkspull-request-links
active-lock-reasonoption​<string>
additionss32
assigneenullable-simple-user
assigneesoption​<list​<simple-user>>
author-associationauthor-association
auto-mergeauto-merge
basepull-request-base
bodystring
changed-filess32
closed-atstring
commentss32
comments-urlstring
commitss32
commits-urlstring
created-atstring
deletionss32
diff-urlstring
draftoption​<bool>
headpull-request-head
html-urlstring
ids32
issue-urlstring
labelslist​<pull-request-labels-item>
lockedbool
maintainer-can-modifybool
merge-commit-shastring
mergeablebool
mergeable-statestring
mergedbool
merged-atstring
merged-bynullable-simple-user
milestonenullable-milestone
node-idstring
numbers32
patch-urlstring
rebaseableoption​<bool>
requested-reviewersoption​<list​<simple-user>>
requested-teamsoption​<list​<team-simple>>
review-comment-urlstring
review-commentss32
review-comments-urlstring
statenullable-milestone-state-enum
statuses-urlstring
titlestring
updated-atstring
urlstring
usernullable-simple-user