Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DCommentatorCommand.ts5 import { commentOnIssueAsync } from '../GitHubActions';
48 await commentOnIssueAsync(comment.issue, comment.body);
/expo/tools/src/
H A DGitHubActions.ts125 export async function commentOnIssueAsync(issue_number: number, body: string) { function