Skip to main content
Version: Next

Models.RepositoryForkPolicyEnum

Home > @backstage/plugin-bitbucket-cloud-common > Models > RepositoryForkPolicyEnum

Controls the rules for forking this repository.

* **allow_forks**: unrestricted forking * **no_public_forks**: restrict forking to private forks (forks cannot be made public later) * **no_forks**: deny all forking

Signature:

RepositoryForkPolicyEnum: {
readonly AllowForks: "allow_forks";
readonly NoPublicForks: "no_public_forks";
readonly NoForks: "no_forks";
}