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

x/kd_clients/GitHubClients/mod.ts>ProjectClient#getPullRequestProjects

Various HTTP clients for miscellaneous use.
Go to Latest
method ProjectClient.prototype.getPullRequestProjects
import { ProjectClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.12/GitHubClients/mod.ts";

Gets a list of the organizational projects for a pull request that has the given prNumber, in a repository with a name that matches the given repoName.

Parameters

prNumber: number

The issue number.

Returns

Promise<ProjectModel[]>

The list of organizational projects that the issue is assigned to.