diff options
Diffstat (limited to 'ops')
-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, }, } |