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
New feature: **The _OR_ rule**
# List of changes
- Created `OR` rule
- This resolves#12
- The OR rule verifies that *one* of the conditions have been fulfilled.
- When a condition was fulfilled, it continues the loop to the next rule
- When the `OR` rule fails, it shows all the users it needs a review but
it only shows the amount of missing reviews using the sub condition with
the minimum amount of reviews needed.
- Created lots of test.
- This are mainly a copy and modification of `AND` as they share logic
and structure.
---------
Co-authored-by: Przemek Rzad <roopert7@gmail.com>
Reference: https://github.com/paritytech/pr-custom-review#or-rule-syntax-
The text was updated successfully, but these errors were encountered: