Skip to content

Commit

Permalink
build: generate types
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jan 28, 2021
1 parent 0f1e9bf commit 36ce7b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5419,6 +5419,7 @@ export interface PullRequestReviewRequestRemovedEvent {
action: "review_request_removed";
number: number;
pull_request: PullRequest;
requested_reviewer: User;
label?: Label;
assignee?: User;
repository: Repository;
Expand All @@ -5430,6 +5431,7 @@ export interface PullRequestReviewRequestedEvent {
action: "review_requested";
number: number;
pull_request: PullRequest;
requested_reviewer: User;
label?: Label;
assignee?: User;
repository: Repository;
Expand Down

0 comments on commit 36ce7b3

Please sign in to comment.