Closed
Description
Expected Behavior
Users should be able to specify a Conditional
against event payload values to ensure that resources are generated dependent on the payload data. For context, webhook POST data from GitHub specifies the source organization/repository/branch. Users will want to make TriggerBindings
that execute against particular branches, etc.
Actual Behavior
Currently, this is no conditional creation.
Additional Info
Add Conditionals
to the TriggerBindingSpec
. Values should be interpolated from the event into the fields being asserted. Documentation should be included.