From 5f6b296eb0dcde4561e4bce031367dc8ab06bb27 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Sat, 10 Nov 2018 09:59:34 +0100 Subject: [PATCH] build: increase max size limit of angular robot * Increases the max size limit becaue 1KB limit is currently **way** too less. Causing all simple PRs with small changes to exceed the limit. --- .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 c7ba5f97e94d..7faa50506c4c 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -7,7 +7,7 @@ size: # artifacts that will be measured by the robot. circleCiStatusName: "ci/circleci: build_release_packages" # Byte value of maximum allowed change in size - maxSizeIncrease: 1500 + maxSizeIncrease: 10000 # options for the merge plugin merge: