Searched refs:pullRequests (Results 1 – 5 of 5) sorted by relevance
46 entry.pullRequests?.forEach((pullRequestId) => {58 const pullRequests = await runWithSpinner( constant61 const pullRequests: GitHub.PullRequest[] = [];68 pullRequests.push(pullRequest);71 return pullRequests;77 if (pullRequests.length === 0) {83 const pullRequestsToLabel = await selectPullRequestsToLabel(pullRequests);117 pullRequests: GitHub.PullRequest[]124 choices: pullRequests.map((pr) => {
19 pullRequests: number[];96 ([] as number[]).concat(...allEntries.map((entry) => entry.pullRequests ?? []))119 existingRowForPackage.pullRequests.push(pullRequest);124 pullRequests: [pullRequest],162 const rows = entries.map(({ pkg, version, pullRequests }) => {166 pullRequests.map((pr) => '#' + pr).join(', '),
44 const { pullRequests } = Changelog.textToChangelogEntry(listToken.items[0].text); constant47 if (pullRequests.length > 0) {
19 pullRequests?: number[];115 const pullRequests = execAll( constant124 pullRequests: pullRequests.map((match) => parseInt(match, 10)),644 const pullRequests = entry.pullRequests || []; constant647 if (pullRequests.length + authors.length > 0) {648 const pullRequestsStr = pullRequests
48 filter: (pullRequests) =>49 pullRequests144 pullRequests: options.pullRequest,