Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/mod.ts>PullRequestClient#requestReviewers

Various HTTP clients for miscellaneous use.
Latest
method PullRequestClient.prototype.requestReviewers
import { PullRequestClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/mod.ts";

Requests a review from a reviewer with a GitHub login name that matches the given reviewers, for a pull request that matches the given prNumber in a repository where the name matches the given PullRequestClient.repoName.

Parameters

prNumber: number

The pull request number.

reviewers: string | string[]

The reviewer to request.

Returns

Promise<void>