You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need the ability to get and set requested reviewers on PRs similar to labels.
{
repository(owner: "k3s-io", name: "k3s") {
id
pullRequest(number: 7426) {
id
reviewRequests(first: 10) {
totalCount
nodes {
requestedReviewer {
... on Team {
combinedSlug
}
... on User {
email
}
}
}
}
}
}
}
Review requests is an ephemeral value, it disappears once someone adds a review.
Requested Reviewer does not make it into the auto-generated functions.
The text was updated successfully, but these errors were encountered:
Need the ability to get and set requested reviewers on PRs similar to labels.
Review requests is an ephemeral value, it disappears once someone adds a review.
Requested Reviewer does not make it into the auto-generated functions.
The text was updated successfully, but these errors were encountered: