update api signature

Signed-off-by: Hghtwr <johannes.sonner@outlook.com>
This commit is contained in:
Hghtwr
2024-12-30 09:45:23 +01:00
committed by blam
parent 2cc4b5944a
commit b11da743d2
2 changed files with 9 additions and 8 deletions
+1
View File
@@ -358,6 +358,7 @@ export const createPublishGitlabMergeRequestAction: (options: {
projectid?: string | undefined;
removeSourceBranch?: boolean | undefined;
assignee?: string | undefined;
reviewers?: string[] | undefined;
},
JsonObject
>;