GitHubManager.removeCollaborator
레포지토리에 팀원를 제거하는 메소드입니다. @see GitHub API - Remove a repository collaborator
Signature
removeCollaborator: ({
username,
owner,
repo
}: RemoveCollaboratorParams) => Promise<void>;
레포지토리에 팀원를 제거하는 메소드입니다. @see GitHub API - Remove a repository collaborator
removeCollaborator: ({
username,
owner,
repo
}: RemoveCollaboratorParams) => Promise<void>;