Skip to content

Commit

Permalink
Add reviewerId as a static type option for editing mergerequest appro…
Browse files Browse the repository at this point in the history
…vals (jdalrymple#2368)

Authored-by: Bilal Aslam <[email protected]>
  • Loading branch information
BilalAslam1 authored Feb 9, 2022
1 parent 9b0d776 commit 472471c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/resources/MergeRequests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export interface UpdateMergeRequestOptions {
targetBranch?: number;
title?: string;
assigneeId?: number;
reviewerId?: number;
milestoneId?: number;
labels?: string | Array<string>;
description?: string;
Expand Down

0 comments on commit 472471c

Please sign in to comment.