diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-09 16:37:22 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-09 16:40:45 +0100 |
commit | 3a38ec323d617ed3a34dfce3a2d60ccbb6004e4e (patch) | |
tree | e0b2b883268e4192a43e4e28cf8467e5eb40c307 /danger | |
parent | 57cee17673a711ff023fd1a9766defefd0103a9f (diff) | |
download | gitlab-ce-3a38ec323d617ed3a34dfce3a2d60ccbb6004e4e.tar.gz |
Dangerbot: mention tech writers based on DevOps stage
Diffstat (limited to 'danger')
-rw-r--r-- | danger/documentation/Dangerfile | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/danger/documentation/Dangerfile b/danger/documentation/Dangerfile index fe819ee250c..f5923a22af9 100644 --- a/danger/documentation/Dangerfile +++ b/danger/documentation/Dangerfile @@ -24,9 +24,19 @@ The following files require a review from the Documentation team: * #{docs_paths_to_review.map { |path| "`#{path}`" }.join("\n* ")} -To make sure these changes are reviewed, mention `@gl-docsteam` in a separate -comment, and explain what needs to be reviewed by the team. Please don't mention -the team until your changes are ready for review. +To make sure these changes are reviewed, mention a technical writer in a separate +comment, and explain what needs to be reviewed. Please don't mention them +until your changes are ready for review. + +Who to ping [based on DevOps stages](https://about.gitlab.com/handbook/product/categories/#devops-stages): + +- `@axil`: ~Distribution ~Packaging ~Monitoring ~Secure ~Gitaly ~Gitter +- `@eread`: ~Manage ~Geo ~Verify ~Configure +- `@marcia`: ~Create ~Release +- `@mikelewis`: ~Plan + +If you don't know who to ping, or your change doesn't fall under one of the above +categories, you can mention the whole team with `@gl-docsteam`. MARKDOWN unless gitlab.mr_labels.include?('Documentation') |