diff --git a/plugins/scaffolder-backend/api-report.md b/plugins/scaffolder-backend/api-report.md index cbc3cd1885..c394869c75 100644 --- a/plugins/scaffolder-backend/api-report.md +++ b/plugins/scaffolder-backend/api-report.md @@ -137,6 +137,18 @@ export function createGithubActionsDispatchAction(options: { token?: string | undefined; }>; +// @public +export function createGithubIssuesLabelAction(options: { + integrations: ScmIntegrationRegistry; + defaultWebhookSecret?: string; + githubCredentialsProvider?: GithubCredentialsProvider; +}): TemplateAction<{ + repoUrl: string; + number: number; + labels: string[]; + token?: string | undefined; +}>; + // @public export interface CreateGithubPullRequestActionOptions { clientFactory?: (