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
| Name | Type | Description |
|---|---|---|
| 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 |