Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-09-03 03:23:52 +0300
committerEvan Read <eread@gitlab.com>2019-09-03 03:23:52 +0300
commitfda560bdb4eee6117a0a06a54ae56326d98faf71 (patch)
tree2da8441f9ad750618f997fe68fb95785e945c9d1 /doc/development/code_review.md
parent407132bfd4f52b392a64c81eeacf51717d9c3248 (diff)
Add Danger bot development documentation
This is overdue, and some of the suggestions are embarrassing, but this is how we actually develop Danger today.
Diffstat (limited to 'doc/development/code_review.md')
-rw-r--r--doc/development/code_review.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/code_review.md b/doc/development/code_review.md
index b7d74b17eb3..80890d96159 100644
--- a/doc/development/code_review.md
+++ b/doc/development/code_review.md
@@ -34,7 +34,7 @@ more than one approval, the last maintainer to review and approve it will also m
### Reviewer roulette
-The `danger-review` CI job will randomly pick a reviewer and a maintainer for
+The [Danger bot](dangerbot.md) randomly picks a reviewer and a maintainer for
each area of the codebase that your merge request seems to touch. It only makes
recommendations - feel free to override it if you think someone else is a better
fit!