From 5b15e5eeaeee47fa24bb8e6dbb70c2d6ef137292 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 30 Sep 2020 13:01:20 -0700 Subject: [PATCH] ci: remove errant comma from angular robot config (#39066) Remove superfluous comma from exclude list for g3 status in the angular robot config. PR Close #39066 --- .github/angular-robot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 36177735f4..66cc7ab18f 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -48,7 +48,7 @@ merge: - "packages/bazel/src/protractor/**" - "packages/bazel/src/schematics/**" - "packages/compiler-cli/ngcc/**" - - "packages/compiler-cli/src/ngtsc/sourcemaps/**", + - "packages/compiler-cli/src/ngtsc/sourcemaps/**" - "packages/docs/**" - "packages/elements/schematics/**" - "packages/examples/**"