From f2d7fa5021b9ad27e48fbf381ba6d9fef88cea71 Mon Sep 17 00:00:00 2001 From: Hghtwr Date: Sun, 2 Feb 2025 14:29:50 +0100 Subject: [PATCH] fix api report Signed-off-by: Hghtwr --- plugins/scaffolder-backend-module-gitlab/report.api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/scaffolder-backend-module-gitlab/report.api.md b/plugins/scaffolder-backend-module-gitlab/report.api.md index 6d4c4bad30..aae92a0278 100644 --- a/plugins/scaffolder-backend-module-gitlab/report.api.md +++ b/plugins/scaffolder-backend-module-gitlab/report.api.md @@ -210,6 +210,7 @@ export const createPublishGitlabMergeRequestAction: (options: { removeSourceBranch?: boolean | undefined; assignee?: string | undefined; reviewers?: string[] | undefined; + assignReviewersFromApprovalRules?: boolean | undefined; }, JsonObject >;