Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DImportGithubIssueToLinear.ts40 await importIssueAsync(+options.issue, options.importer);
47 async function importIssueAsync(githubIssueNumber: number, importer?: string) { function