Home
last modified time | relevance | path

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

/expo/tools/src/code-review/
H A Dindex.ts125 await updateLabelsAsync(pr, getLabelFromOutputs(activeOutputs));
158 async function updateLabelsAsync(pr: GitHub.PullRequest, newLabel: Label) { function