Models.Repository.fork_policy
Home > @backstage/plugin-bitbucket-cloud-common
> Models
> Repository
> fork\_policy
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:
fork_policy?: RepositoryForkPolicyEnum;