Skip to content

isGoodOutcome

isGoodOutcome(review, blockingSignalCount): boolean

Defined in: src/learnings-lifecycle.ts:77

Returns true when the review verdict (or absence of review) indicates a clean outcome:

  • commented with no findings, OR
  • no review at all and no blocking signals.

ReviewVerdict | null

number

boolean