pub fn evaluate(
checks: AllChecksPassed,
author: &ActorId,
approval: &Approval,
must_differ_from_author: bool,
) -> Result<MergeToken, Refusal>Expand description
The gate itself: the only path to a MergeToken.
pub fn evaluate(
checks: AllChecksPassed,
author: &ActorId,
approval: &Approval,
must_differ_from_author: bool,
) -> Result<MergeToken, Refusal>The gate itself: the only path to a MergeToken.