Home
last modified time | relevance | path

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

/expo/tools/src/publish-packages/tasks/
H A DcommentOnIssuesTask.ts8 import { dispatchWorkflowEventAsync, getClosedIssuesAsync } from '../../GitHubActions';
65 await dispatchWorkflowEventAsync('commentator.yml', currentBranchName, {
/expo/tools/src/commands/
H A DWorkflowDispatch.ts9 dispatchWorkflowEventAsync,
90 await dispatchWorkflowEventAsync(workflow.id, ref, workflow.inputs);
/expo/tools/src/
H A DGitHubActions.ts95 export async function dispatchWorkflowEventAsync( function