Variable RepositoryForkPolicyEnumConst
RepositoryForkPolicyEnum: {
AllowForks: "allow_forks";
NoForks: "no_forks";
NoPublicForks: "no_public_forks";
} = ...
Type Declaration
ReadonlyAllowForks: "allow_forks"
ReadonlyNoForks: "no_forks"
ReadonlyNoPublicForks: "no_public_forks"
Controls the rules for forking this repository.