Searched refs:dispatchWorkflowEventAsync (Results 1 – 3 of 3) sorted by relevance
8 import { dispatchWorkflowEventAsync, getClosedIssuesAsync } from '../../GitHubActions';65 await dispatchWorkflowEventAsync('commentator.yml', currentBranchName, {
9 dispatchWorkflowEventAsync,90 await dispatchWorkflowEventAsync(workflow.id, ref, workflow.inputs);
95 export async function dispatchWorkflowEventAsync( function