Backstage
    Preparing search index...
    RepositoryForkPolicyEnum: {
        AllowForks: "allow_forks";
        NoForks: "no_forks";
        NoPublicForks: "no_public_forks";
    } = ...

    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

    Type Declaration

    • ReadonlyAllowForks: "allow_forks"
    • ReadonlyNoForks: "no_forks"
    • ReadonlyNoPublicForks: "no_public_forks"