summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniele Sassoli <danielesassoli@gmail.com>2024-04-08 08:38:43 -0700
committerDaniele Sassoli <danielesassoli@gmail.com>2024-04-19 12:15:37 +0000
commit95d1c1c80ddadbfc9f6ec97a67b1ddc845cad621 (patch)
tree2f6ddc0f3430cdcd13cc40e3ff7e4df78bec7633
parent909684d640b566a16fc6aa6eb18d616391a8d878 (diff)
Specify in docs that robot comments are deprecated
Release-Notes: skip Change-Id: I68d24b5c2399ae6a012dcd1c8d5f3418a7177d8c
-rw-r--r--Documentation/config-robot-comments.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config-robot-comments.txt b/Documentation/config-robot-comments.txt
index 04309e5ffc..ef99d80213 100644
--- a/Documentation/config-robot-comments.txt
+++ b/Documentation/config-robot-comments.txt
@@ -1,5 +1,9 @@
= Gerrit Code Review - Robot Comments
+[NOTE]
+Robot Comments are deprecated in favour of link:pg-plugin-checks-api.html[Checks API] and human
+comments.
+
Gerrit has special support for inline comments that are generated by
automated third-party systems, so called "robot comments". For example
robot comments can be used to represent the results of code analyzers.