From 882882c87a3d286c05adb3faa597b66827e9f39f Mon Sep 17 00:00:00 2001 From: "@pawelmitka" Date: Mon, 23 Aug 2021 16:43:50 +0200 Subject: [PATCH] fix: update API report Signed-off-by: @pawelmitka --- plugins/scaffolder-backend/api-report.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/scaffolder-backend/api-report.md b/plugins/scaffolder-backend/api-report.md index f763904fe7..af52e7749d 100644 --- a/plugins/scaffolder-backend/api-report.md +++ b/plugins/scaffolder-backend/api-report.md @@ -114,6 +114,13 @@ export function createGithubActionsDispatchAction(options: { integrations: ScmIntegrationRegistry; }): TemplateAction; +// Warning: (ae-missing-release-tag) "createGithubCreateRepositoryWebhookAction" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export function createGithubCreateRepositoryWebhookAction(options: { + integrations: ScmIntegrationRegistry; +}): TemplateAction; + // Warning: (ae-missing-release-tag) "createPublishAzureAction" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented)