From 5a0ff48ca237441866faae2be665555e7efb03f1 Mon Sep 17 00:00:00 2001 From: Tanner Juedeman Date: Mon, 27 Jan 2025 15:51:30 -0600 Subject: [PATCH] add api reports Signed-off-by: Tanner Juedeman --- plugins/scaffolder-backend-module-github/report.api.md | 1 + plugins/scaffolder-backend/report.api.md | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/scaffolder-backend-module-github/report.api.md b/plugins/scaffolder-backend-module-github/report.api.md index 476e8fde1e..7e8759db60 100644 --- a/plugins/scaffolder-backend-module-github/report.api.md +++ b/plugins/scaffolder-backend-module-github/report.api.md @@ -469,6 +469,7 @@ export const createPublishGithubPullRequestAction: ( gitAuthorName?: string | undefined; gitAuthorEmail?: string | undefined; forceEmptyGitAuthor?: boolean | undefined; + createWhenEmpty?: boolean | undefined; }, JsonObject >; diff --git a/plugins/scaffolder-backend/report.api.md b/plugins/scaffolder-backend/report.api.md index 8fe17d26f8..832ac15d61 100644 --- a/plugins/scaffolder-backend/report.api.md +++ b/plugins/scaffolder-backend/report.api.md @@ -345,6 +345,7 @@ export const createPublishGithubPullRequestAction: ( gitAuthorName?: string | undefined; gitAuthorEmail?: string | undefined; forceEmptyGitAuthor?: boolean | undefined; + createWhenEmpty?: boolean | undefined; }, JsonObject >;