Searched refs:commentOnIssueAsync (Results 1 – 2 of 2) sorted by relevance
5 import { commentOnIssueAsync } from '../GitHubActions';48 await commentOnIssueAsync(comment.issue, comment.body);
125 export async function commentOnIssueAsync(issue_number: number, body: string) { function