summaryrefslogtreecommitdiffstats
path: root/Help/dev
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-22 13:40:01 (GMT)
committerBrad King <brad.king@kitware.com>2017-03-22 13:41:53 (GMT)
commit2192247e336364731cbeafcd63a92d3ec58c38d2 (patch)
tree2759ebd0737b8afb40fc6d0ecfe9f154e8f955d5 /Help/dev
parent7ebbe4f9d853a5823ef47a13b53ef7e1f469bd2e (diff)
downloadCMake-2192247e336364731cbeafcd63a92d3ec58c38d2.zip
CMake-2192247e336364731cbeafcd63a92d3ec58c38d2.tar.gz
CMake-2192247e336364731cbeafcd63a92d3ec58c38d2.tar.bz2
Help/dev: Make `Do: check` cross-reference more specific
Add a dedicated subsection header for its documentation.
Diffstat (limited to 'Help/dev')
-rw-r--r--Help/dev/review.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/Help/dev/review.rst b/Help/dev/review.rst
index f55ec14..28f668d 100644
--- a/Help/dev/review.rst
+++ b/Help/dev/review.rst
@@ -74,6 +74,9 @@ not the topic as a whole. This is done in order to ensure that commits in the
middle of a topic do not, for example, add a giant file which is then later
removed in the topic.
+Automatic Check
+---------------
+
The automatic check is repeated whenever the topic branch is updated.
One may explicitly request a re-check by adding a comment with the
following command among the `comment trailing lines`_::
@@ -154,7 +157,7 @@ Comment Trailer Commands
Among the `comment trailing lines`_ authorized users may issue special
commands to ``@kwrobot`` using the form ``Do: ...``:
-* ``Do: check`` explicitly re-runs `Robot Review`_ checks.
+* ``Do: check`` explicitly re-runs the robot `Automatic Check`_.
* ``Do: test`` submits the MR for `Topic Testing`_.
* ``Do: stage`` submits the MR for `Integration Testing`_.
* ``Do: merge`` submits the MR for `Merge`_.