Searched refs:commitSha (Results 1 – 3 of 3) sorted by relevance
41 function isTaggedLatest(commitSha) { argument43 exec(`git rev-list -1 latest | grep ${commitSha}`, {45 }).stdout.trim() === commitSha
9 export function generateReportFromOutputs(outputs: ReviewOutput[], commitSha: string): string {15 footerForCommit(commitSha),