Home
last modified time | relevance | path

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

/expo/tools/src/
H A DGitHubActions.ts6 import { getPullRequestAsync } from './GitHub';
113 const pullRequest = await getPullRequestAsync(pullRequestId, true);
H A DGitHub.ts38 export async function getPullRequestAsync( function
/expo/tools/src/publish-packages/tasks/
H A DaddPublishedLabelToPullRequests.ts64 const pullRequest = await GitHub.getPullRequestAsync(pullRequestId, true);
/expo/tools/src/code-review/
H A Dindex.ts63 const pr = await GitHub.getPullRequestAsync(prNumber);