about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ops/besadii/main.go27
1 files changed, 7 insertions, 0 deletions
diff --git a/ops/besadii/main.go2 b/ops/besadii/main.go2
index 3479a5a74d..250e65ead8 100644
--- a/ops/besadii/main.go2
+++ b/ops/besadii/main.go2
@@ -267,6 +267,13 @@ 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,
 		},
 	}