fix pr review requests for teams
This commit is contained in:
parent
55b183f3c9
commit
a612f06dee
3 changed files with 105 additions and 5 deletions
|
|
@ -41,7 +41,11 @@ var prReviewRequests = shortenQuery(`
|
|||
requestedReviewer {
|
||||
__typename,
|
||||
...on User{login},
|
||||
...on Team{name}
|
||||
...on Team{
|
||||
organization{login}
|
||||
name,
|
||||
slug
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue