Add isAiPowered to CheckRun entity
Release-Notes: skip
Google-Bug-Id: b/345156425
Change-Id: Id8a8f4b23db208bc7a5557c1daf990bc78f5f2f4
diff --git a/polygerrit-ui/app/api/checks.ts b/polygerrit-ui/app/api/checks.ts
index 914b099..12fc1b075 100644
--- a/polygerrit-ui/app/api/checks.ts
+++ b/polygerrit-ui/app/api/checks.ts
@@ -177,6 +177,13 @@
checkLink?: string;
/**
+ * Indicates that the check run is powered by Aritificial Intelligence. This
+ * allows the UI to add special treatment, e.g. an icon to be added to the
+ * check name. Defaults to `false`.
+ */
+ isAiPowered?: boolean;
+
+ /**
* RUNNABLE: Not run (yet). Mostly useful for runs that the user can trigger
* (see actions) and for indicating that a check was not run at a
* later attempt. Cannot contain results.