From a761c531585777cdb09731ba9a75280b71d9fcbc Mon Sep 17 00:00:00 2001 From: "pballandras@coveo.com" Date: Wed, 22 Mar 2023 10:48:16 -0400 Subject: [PATCH] Add api report change Signed-off-by: pballandras@coveo.com --- plugins/scaffolder-backend/api-report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/scaffolder-backend/api-report.md b/plugins/scaffolder-backend/api-report.md index 2faaeca7cc..5b12455d0f 100644 --- a/plugins/scaffolder-backend/api-report.md +++ b/plugins/scaffolder-backend/api-report.md @@ -559,6 +559,7 @@ export const createPublishGithubPullRequestAction: ( token?: string | undefined; reviewers?: string[] | undefined; teamReviewers?: string[] | undefined; + commitMessage?: string | undefined; }, JsonObject >;