-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed
Labels
bugSomething isn't workingSomething isn't workingcoreThis issue is not accepting PRs from outside contributorsThis issue is not accepting PRs from outside contributorsgh-prrelating to the gh pr commandrelating to the gh pr command
Description
Describe the bug
I can request a review from a team for a pull-request using the following command:
gh pr edit 180 --add-reviewer <org>/<team-name> --repo <org-name>/<repo-name>But I can not remove the same team with the following command:
gh pr edit 180 --remove-reviewer <org>/<team-name> --repo <org-name>/<repo-name>(it works for regular users)
The CLI exits with code 0 and no error is logged, but the team is not removed from the PR.
I can remove the team through the PR UI though.
The repository is an internal one and I'm an owner of the organization.
Affected version
2.72.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcoreThis issue is not accepting PRs from outside contributorsThis issue is not accepting PRs from outside contributorsgh-prrelating to the gh pr commandrelating to the gh pr command