Skip to content

Commit

Permalink
add addLabels en removeLabels properties to update mr call
Browse files Browse the repository at this point in the history
  • Loading branch information
pataar authored Nov 15, 2023
1 parent dbc71a3 commit abf931b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/resources/MergeRequests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ export type EditMergeRequestOptions = {
reviewerId?: number;
reviewerIds?: number[];
milestoneId?: number;
addLabels?: string;
labels?: string | Array<string>;
removeLabels?: string;
description?: string;
stateEvent?: string;
removeSourceBranch?: boolean;
Expand Down

0 comments on commit abf931b

Please sign in to comment.