From 255886748245d8d8ef60d05b9ac69604173f8026 Mon Sep 17 00:00:00 2001 From: "liad.shachoach" Date: Fri, 10 Jan 2025 16:44:16 +0200 Subject: [PATCH] updating report.api.md and marking createBitbucketCloudBranchRestrictionAction as public Signed-off-by: liad.shachoach --- .../src/actions/bitbucketCloudBranchRestriction.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/bitbucketCloudBranchRestriction.ts b/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/bitbucketCloudBranchRestriction.ts index d1628bcf12..fc997fd7b8 100644 --- a/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/bitbucketCloudBranchRestriction.ts +++ b/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/bitbucketCloudBranchRestriction.ts @@ -107,6 +107,10 @@ const createBitbucketCloudBranchRestriction = async (opts: { return response; }; +/** + * Creates a new action that adds a branch restriction to a Bitbucket Cloud repository. + * @public + */ export function createBitbucketCloudBranchRestrictionAction(options: { integrations: ScmIntegrationRegistry; }) {