You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But we cannot run a certain workflow based on a single filter. All filters need to pass for the workflows to run, which is a desired effect most of the time, but this does now allow us to run a certain workflow only when a certain filter has been matched.
Having filters in trigger dependencies would help in creating sensors that can trigger specific workflows based on filter data.
Adding names to filters, and then using them in trigger conditions could allow this?
Describe alternatives you've considered
An alternative would be to create a new sensor with a different filter per repo.
Use case
If 2 repos use the same event and sensor, but one of them requires a privileged workflow to be ran, the only way to work around this is to create a new sensor.
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We can run a certain workflow based on a trigger condition, which is tied to an event.
But we cannot run a certain workflow based on a single filter. All filters need to pass for the workflows to run, which is a desired effect most of the time, but this does now allow us to run a certain workflow only when a certain filter has been matched.
Having filters in trigger dependencies would help in creating sensors that can trigger specific workflows based on filter data.
Describe the solution you'd like
Adding names to filters, and then using them in trigger conditions could allow this?
Describe alternatives you've considered
An alternative would be to create a new sensor with a different filter per repo.
Use case
If 2 repos use the same event and sensor, but one of them requires a privileged workflow to be ran, the only way to work around this is to create a new sensor.
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: