signedOff
signedOff(
authority,view):boolean
Defined in: src/signoff.ts:54
Returns true when this PR has the required sign-off for the given authority.
Note: ReviewDecision has NO “approved” value — human approval is tracked separately
via humanApproved (forge data), not via the critic verdict. The critic path
requires decision === "commented" (the only non-blocking outcome) AND findings: []
(advisory commented-with-findings verdicts intentionally do NOT constitute sign-off).
Parameters
Section titled “Parameters”authority
Section titled “authority”Returns
Section titled “Returns”boolean