diff options
author | Vincent Ambo <mail@tazj.in> | 2020-07-01T00·14+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-07-03T23·17+0000 |
commit | 10180e70ec6bde46d307c4b50cfb23184f66ad2d (patch) | |
tree | 08865be50e79c21f456ffb4ac7db4b8eafe72e87 /ops/besadii | |
parent | 096fa1063234fa25ee9d859f1595f6f69d9e1c39 (diff) |
chore(besadii): Stop adding Code-Review label on CLs r/1202
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 <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'ops/besadii')
-rw-r--r-- | ops/besadii/main.go2 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ops/besadii/main.go2 b/ops/besadii/main.go2 index dac711ce28b1..27dd76b42f89 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, }, } |