FilterPullRequest github_helpers.ts
Declarations #
4 declarations
FilterPullRequest #
FilterPullRequest
PullRequestMeta #
PullRequestMeta
PullRequestMeta repo
type Repo
pull_request
type GithubPullRequest
to_pull_requests #
to_pull_requests
(repos: Repo[], filter_pull_request?: FilterPullRequest | undefined): PullRequestMeta[] repos
type
Repo[]filter_pull_request?
type
FilterPullRequest | undefinedoptional
returns
PullRequestMeta[] to_pull_url #
to_pull_url
(repo_url: string, pull: { number: number; title: string; user: { login: string; }; draft: boolean; }): string repo_url
type
stringpull
type
{ number: number; title: string; user: { login: string; }; draft: boolean; }returns
string