diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000..bc14563 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,14 @@ +pull_request_rules: + - name: Require approval from UHS maintainers + conditions: + - "#approved-reviews-by>=1" + actions: + post_check: + success_conditions: + - or: + - "#approved-reviews-by>=2" + - and: + - "#approved-reviews-by>=1" + - "author~=^(dave[-]gantenbein|dejanzele|richscott|nikola[-]jokic|sudiptob2|dcoric|fabiovincenzi|pavlovic[-]ivan)" + title: + Two are checks required.