at_least_of

Passes when at least the specified number of the listed conditions are met.

Categories: meta

Required arguments

Key(s)DescriptionType
conditionsList of conditions to evaluate.ANY
amountThe minimum number of conditions that must pass.INT

Example

conditions:
  - id: at_least_of
    args:
      conditions: <value>
      amount: 1