Versions in this module Expand all Collapse all v1 v1.122.1 Aug 19, 2026 v1.122.0 Aug 19, 2026 Changes in this version + type Approver struct + func New(deps Deps) *Approver + func (a *Approver) Approve(ctx context.Context, sc *script.Script, version int, ...) script.AutoOutcome + func (a *Approver) AutoApprove(ctx context.Context, sc *script.Script, version int, author script.Author) script.AutoOutcome + func (a *Approver) Consider(ctx context.Context, sc *script.Script, author script.Author) script.AutoDecision + type ConnectionReach func(ctx context.Context, roles []string) []string + type Deps struct + Approvals script.AutoApprovalStore + Reach ConnectionReach + Versions script.VersionStore