GitHub pull requests have a requested_teams array which is similar to the requested_reviewers array but for reviews requested from teams instead of individual users.
The PullRequest could support this information in a way similar to how it supports requested_reviewers.
GitHub pull requests have a
requested_teamsarray which is similar to therequested_reviewersarray but for reviews requested from teams instead of individual users.The
PullRequestcould support this information in a way similar to how it supportsrequested_reviewers.