From db700dfc7122e4ec58f6c5782e69a2433850d411 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 10 Feb 2017 11:55:10 -0800 Subject: [PATCH] ci: exclude aio/ from build-and-ci pullapprove group the aio/ has a separate build and ci setup that doesn't affect main repo, so it doesn't make sense for the build-and-ci group to approve changes to that separate setup. --- .pullapprove.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pullapprove.yml b/.pullapprove.yml index e76aabb025..3044b150b2 100644 --- a/.pullapprove.yml +++ b/.pullapprove.yml @@ -64,6 +64,7 @@ groups: exclude: - "tools/@angular/tsc-wrapped/*" - "tools/public_api_guard/*" + - "aio/*" users: - IgorMinar #primary - mhevery