MCPcopy Create free account
hub / github.com/ReviewStage/stage-cli / removeReviewers

Function removeReviewers

packages/cli/src/github/mutations.ts:84–86  ·  view source on GitHub ↗
(repoRoot: string, number: number, logins: string[])

Source from the content-addressed store, hash-verified

82}
83
84export function removeReviewers(repoRoot: string, number: number, logins: string[]): Promise<void> {
85 return ghWrite(["pr", "edit", String(number), "--remove-reviewer", logins.join(",")], repoRoot);
86}
87
88const COLLABORATOR_FIELDS = "login,type,avatar_url";
89

Callers 1

Calls 1

ghWriteFunction · 0.85

Tested by

no test coverage detected