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#updatePullRequest

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

Updates a pull request with a number that matches the given prNumber, using the given prRequestData, in a repository with a name that matches the given PullRequestClient.repoName.

Parameters

prNumber: number

The pull request number.

prRequestData: IssueOrPRRequestData

The data to update the pull request with.

Returns

Promise<void>