From e42c1b0da89bb76cc2247026236b3bd0faabf1d1 Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Fri, 21 Sep 2018 10:57:27 -0400 Subject: [PATCH] ci: correct github robot size check configuration (#26057) PR Close #26057 --- .github/angular-robot.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index d807d258e1..2220e50c72 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -3,11 +3,8 @@ #options for the size plugin size: disabled: false - maxSizeIncrease: 1000 - circleCiStatusName: "ci/circleci: build-packages-dist" - status: - disabled: false - context: "ci/angular: size" + maxSizeIncrease: 2000 + circleCiStatusName: "ci/circleci: test" # options for the merge plugin merge: @@ -68,7 +65,7 @@ merge: # This enables us to request reviews from both eng and tech writers, or multiple eng folks, and prevents accidental merges. # Rather than merging PRs with pending reviews, if all PullApprove requirements are satisfied and additional reviews are not needed pending reviewers should be removed via GitHub UI (this also leaves an audit trail behind these decisions). requireReviews: true, - + # whether the PR shouldn't have a conflict with the base branch noConflict: true # list of labels that a PR needs to have, checked with a regexp (e.g. "PR target:" will work for the label "PR target: master")