Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add final flag on step condition #475

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

deathiop
Copy link
Contributor

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    feature

  • What is the current behavior? (You can also link to an open issue here)
    every condition is evaluated, whatever its output: the last one that matched wins

  • What is the new behavior (if this is a feature change)?
    a step condition can now have final flag that prevent the execution of the next conditions

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    no, the new flag on the conditions is optional and defaults on the current behavior (false by default)

  • Other information:

README.md Outdated Show resolved Hide resolved
@rbeuque74
Copy link
Member

Fixes #429

@rbeuque74
Copy link
Member

Fix #429

@rbeuque74
Copy link
Member

@rclsilver Assigned it to you, seems good to me, if you are also OK with that, let's proceed to merge :)

@rclsilver
Copy link
Contributor

LGTM, merging

@rclsilver rclsilver merged commit f76bdce into ovh:master Aug 29, 2023
@deathiop deathiop mentioned this pull request Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants