Home
last modified time | relevance | path

Searched refs:getClosedIssuesAsync (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/publish-packages/tasks/
H A DcommentOnIssuesTask.ts8 import { dispatchWorkflowEventAsync, getClosedIssuesAsync } from '../../GitHubActions';
103 closedIssuesRegistry[pullRequest] = await getClosedIssuesAsync(pullRequest);
/expo/tools/src/
H A DGitHubActions.ts112 export async function getClosedIssuesAsync(pullRequestId: number): Promise<number[]> { function