Skip to content

Commit 7730f45

Browse files
devversionandrewseguin
authored andcommitted
build: increase max size limit of angular robot (#14082)
* Increases the max size limit becaue 1KB limit is currently **way** too less. Causing all simple PRs with small changes to exceed the limit.
1 parent f8c7069 commit 7730f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/angular-robot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ size:
77
# artifacts that will be measured by the robot.
88
circleCiStatusName: "ci/circleci: build_release_packages"
99
# Byte value of maximum allowed change in size
10-
maxSizeIncrease: 1500
10+
maxSizeIncrease: 10000
1111

1212
# options for the merge plugin
1313
merge:

0 commit comments

Comments
 (0)