From f09fe2c30a89a2db9e96e45f74c23977f587a9c1 Mon Sep 17 00:00:00 2001 From: Rico Huijbers Date: Mon, 16 Sep 2019 14:45:54 +0200 Subject: [PATCH] chore(mergify): unroll team into members (#4097) Provisional approval check wasn't working on 'author!=@team', need to specify all members individually. --- .mergify.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 9385294261e6b..47c087ab62168 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -69,7 +69,17 @@ pull_request_rules: conditions: - author!=dependabot[bot] - author!=dependabot-preview[bot] - - author!=@aws/aws-cdk-core + # List out all the people whose work is okay to provisionally approve + - author!=eladb + - author!=RomainMuller + - author!=garnaat + - author!=nija-at + - author!=shivlaks + - author!=skinny85 + - author!=rix0rrr + - author!=NGL321 + - author!=Jerry-AWS + - author!=SomayaB - base=master - name: if fails conventional commits actions: