github_helpers.ts

Declarations
#

4 declarations

view source

FilterPullRequest
#

PullRequestMeta
#

to_pull_requests
#

github_helpers.ts view source

(repos: Repo[], filter_pull_request?: FilterPullRequest | undefined): PullRequestMeta[]

repos

type Repo[]

filter_pull_request?

type FilterPullRequest | undefined
optional

returns

PullRequestMeta[]

to_pull_url
#

github_helpers.ts view source

(repo_url: string, pull: { number: number; title: string; user: { login: string; }; draft: boolean; }): string

repo_url

type string

pull

type { number: number; title: string; user: { login: string; }; draft: boolean; }

returns

string

Imported by
#