Record
pull-request-simple
No description available.
record pull-request-simple {
links: pull-request-simple-links,
active-lock-reason: option<string>,
assignee: nullable-simple-user,
assignees: option<list<simple-user>>,
author-association: author-association,
auto-merge: auto-merge,
base: pull-request-simple-base,
body: string,
closed-at: string,
comments-url: string,
commits-url: string,
created-at: string,
diff-url: string,
draft: option<bool>,
head: pull-request-simple-head,
html-url: string,
id: s32,
issue-url: string,
labels: list<pull-request-simple-labels-item>,
locked: bool,
merge-commit-sha: string,
merged-at: string,
milestone: nullable-milestone,
node-id: string,
number: s32,
patch-url: string,
requested-reviewers: option<list<simple-user>>,
requested-teams: option<list<team>>,
review-comment-url: string,
review-comments-url: string,
state: string,
statuses-url: string,
title: string,
updated-at: string,
url: string,
user: nullable-simple-user,
}Fields
| Name | Type | Description |
|---|---|---|
| links | pull-request-simple-links | |
| active-lock-reason | option<string> | |
| assignee | nullable-simple-user | |
| assignees | option<list<simple-user>> | |
| author-association | author-association | |
| auto-merge | auto-merge | |
| base | pull-request-simple-base | |
| body | string | |
| closed-at | string | |
| comments-url | string | |
| commits-url | string | |
| created-at | string | |
| diff-url | string | |
| draft | option<bool> | |
| head | pull-request-simple-head | |
| html-url | string | |
| id | s32 | |
| issue-url | string | |
| labels | list<pull-request-simple-labels-item> | |
| locked | bool | |
| merge-commit-sha | string | |
| merged-at | string | |
| milestone | nullable-milestone | |
| node-id | string | |
| number | s32 | |
| patch-url | string | |
| requested-reviewers | option<list<simple-user>> | |
| requested-teams | option<list<team>> | |
| review-comment-url | string | |
| review-comments-url | string | |
| state | string | |
| statuses-url | string | |
| title | string | |
| updated-at | string | |
| url | string | |
| user | nullable-simple-user |