Skip to contents

A fail policy shared by the CLI, GitHub Action, and knit gate.

Usage

fail_policy(on = "flagged")

Arguments

on

Which result states should cause failure. Any of "flagged", "possible", "unchecked", "error" (a file that failed to parse or fetch). Default fails only on confirmed flags.

Value

A retraction_fail_policy object.