Skip to content

Commit 5b15e5e

Browse files
committed
ci: remove errant comma from angular robot config (angular#39066)
Remove superfluous comma from exclude list for g3 status in the angular robot config. PR Close angular#39066
1 parent bd5e425 commit 5b15e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/angular-robot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ merge:
4848
- "packages/bazel/src/protractor/**"
4949
- "packages/bazel/src/schematics/**"
5050
- "packages/compiler-cli/ngcc/**"
51-
- "packages/compiler-cli/src/ngtsc/sourcemaps/**",
51+
- "packages/compiler-cli/src/ngtsc/sourcemaps/**"
5252
- "packages/docs/**"
5353
- "packages/elements/schematics/**"
5454
- "packages/examples/**"

0 commit comments

Comments
 (0)