Update the documentation of ReviewInput.tag

Change-Id: Ifc6b13c3671169fb9027a0fd022f715643eac313
This commit is contained in:
Ben Rohlfs
2021-02-04 09:01:46 +01:00
parent b2e6cdccb4
commit d9be63f02d

View File

@@ -7651,9 +7651,12 @@ revision.
The message to be added as review comment. The message to be added as review comment.
|`tag` |optional| |`tag` |optional|
Apply this tag to the review comment message, votes, and inline Apply this tag to the review comment message, votes, and inline
comments. Tags may be used by CI or other automated systems to comments. Tags with an 'autogenerated:' prefix may be used by CI or other
distinguish them from human reviews. Votes/comments that contain `tag` with automated systems to distinguish them from human reviews. If another
'autogenerated:' prefix can be filtered out in the web UI. message was posted on a newer patchset, but with the same tag, then the older
message will be hidden in the UI. Suffixes starting with `~` are not considered,
so `autogenerated:my-ci-system~trigger` and `autogenerated:my-ci-system~result`
will be considered being the same tag with regards to the hiding rule.
|`labels` |optional| |`labels` |optional|
The votes that should be added to the revision as a map that maps the The votes that should be added to the revision as a map that maps the
label names to the voting values. label names to the voting values.