From 7482120c59bba6bb4660b65ad7d9823ee8e1601f Mon Sep 17 00:00:00 2001 From: Dave Gantenbein Date: Mon, 19 Jun 2023 15:02:28 -0400 Subject: [PATCH] ci(Mergify): configuration update (#2566) * ci(Mergify): configuration update Signed-off-by: Dave Gantenbein * Update .mergify.yml Co-authored-by: Kevin Hannon --------- Signed-off-by: Dave Gantenbein Co-authored-by: Kevin Hannon --- .mergify.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .mergify.yml diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 00000000000..2c109ad349e --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,14 @@ +pull_request_rules: + - name: Require approval from Armada maintainer + conditions: + - "#approved-reviews-by>=1" + actions: + post_check: + success_conditions: + - or: + - "#approved-reviews-by>=2" + - and: + - "#approved-reviews-by>=1" + - "author~=^(JamesMurkin|severinson|d80tb7|carlocamurri|kannon92|dejanzele|Sharpz7|ClifHouck|robertdavidsmith|theAntiYeti|richscott|suprjinx|zuqq)" + title: + Two are checks required.