From b9eeb1c3836bf029bf49d1ad951f9ee1f8c7471e Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 8 Nov 2018 16:30:58 +0100 Subject: [PATCH] ci: exclude symbol golden files from build-and-ci pullapprove group (#27004) these files are test data and note test infrastructure, so they don't belong to this group. this means that the core group can now approve the golden symbol changes PR Close #27004 --- .pullapprove.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pullapprove.yml b/.pullapprove.yml index 3f4c200c02..e16c4608d8 100644 --- a/.pullapprove.yml +++ b/.pullapprove.yml @@ -108,8 +108,9 @@ groups: - "*.lock" - "tools/*" exclude: - - "tools/public_api_guard/*" - "aio/*" + - "packages/core/test/bundling/*" + - "tools/public_api_guard/*" users: - IgorMinar #primary - alexeagle