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 d3f9cb0ec3.

Change-Id: Ib8c1680eae844cb7b45bf8837acf2af03d4ed344
Reviewed-on: https://cl.tvl.fyi/c/depot/+/909
Reviewed-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2020-07-01 01:14:10 +01:00 committed by tazjin
parent 096fa10632
commit 10180e70ec

View file

@ -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,
},
}