From 3312901cf292632fac347b963d178882d0934e4c Mon Sep 17 00:00:00 2001 From: Phred Date: Sun, 15 Jun 2025 21:01:49 -0500 Subject: [PATCH] added API report Signed-off-by: Phred --- plugins/scaffolder-backend-module-github/report.api.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/scaffolder-backend-module-github/report.api.md b/plugins/scaffolder-backend-module-github/report.api.md index 28f710557a..5c9d490fdc 100644 --- a/plugins/scaffolder-backend-module-github/report.api.md +++ b/plugins/scaffolder-backend-module-github/report.api.md @@ -247,8 +247,8 @@ export function createGithubRepoCreateAction(options: { access: string; } | { - team: string; access: string; + team: string; } )[] | undefined; @@ -406,8 +406,8 @@ export function createPublishGithubAction(options: { access: string; } | { - team: string; access: string; + team: string; } )[] | undefined; @@ -446,6 +446,7 @@ export const createPublishGithubPullRequestAction: ( branchName: string; title: string; description: string; + deletionMarker?: string | undefined; targetBranchName?: string | undefined; draft?: boolean | undefined; sourcePath?: string | undefined;