nexus-agents - v2.80.0
    Preparing search index...

    Variable GitHubUserRoleSchemaConst

    GitHubUserRoleSchema: ZodEnum<
        {
            unknown: "unknown";
            owner: "owner";
            maintainer: "maintainer";
            collaborator: "collaborator";
            contributor: "contributor";
            member: "member";
        },
    > = ...

    GitHub user relationship to the repository.