From 10180e70ec6bde46d307c4b50cfb23184f66ad2d Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 1 Jul 2020 01:14:10 +0100 Subject: chore(besadii): Stop adding Code-Review label on CLs We now use the actual 'Verified' label instead of Code-Review from Buildkite, this workaround is no longer required. This reverts commit d3f9cb0ec398d25a3be01cbc7c9b1ee8716b877f. Change-Id: Ib8c1680eae844cb7b45bf8837acf2af03d4ed344 Reviewed-on: https://cl.tvl.fyi/c/depot/+/909 Reviewed-by: BuildkiteCI Reviewed-by: glittershark Tested-by: BuildkiteCI --- ops/besadii/main.go2 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ops/besadii/main.go2 b/ops/besadii/main.go2 index dac711ce28..27dd76b42f 100644 --- a/ops/besadii/main.go2 +++ b/ops/besadii/main.go2 @@ -268,13 +268,6 @@ func postCommandMain() { OmitDuplicateComments: true, Labels: map[string]int{ "Verified": verified, - // TODO(tazjin): The Code-Review label is only used here - // temporarily, as our build rules do not check for 'Verified' - // right now (because CI doesn't run 24/7). - // - // Having a Code-Review label lets us signal the build status on - // the review, but without having to always require it. - "Code-Review": verified, }, } -- cgit 1.4.1