Skip to content

Add reviewers to PR #114

@matttrach

Description

@matttrach

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    WaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions