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)