Commit f67f5917 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs/dangerfile' into 'master'

Make the table of tech writers and stages more compact

See merge request gitlab-org/gitlab-ce!23153
parents 282a5b4c 3ed37f18
...@@ -15,10 +15,10 @@ docs_paths_to_review = docs_paths_requiring_review(helper.all_changed_files) ...@@ -15,10 +15,10 @@ docs_paths_to_review = docs_paths_requiring_review(helper.all_changed_files)
unless docs_paths_to_review.empty? unless docs_paths_to_review.empty?
message 'This merge request adds or changes files that require a ' \ message 'This merge request adds or changes files that require a ' \
'review from the docs team.' 'review from the Docs team.'
markdown(<<~MARKDOWN) markdown(<<~MARKDOWN)
## Docs Review ## Docs review
The following files require a review from the Documentation team: The following files require a review from the Documentation team:
...@@ -32,24 +32,15 @@ the documentation. GitLabbers are also welcome to use the [#docs](https://gitlab ...@@ -32,24 +32,15 @@ the documentation. GitLabbers are also welcome to use the [#docs](https://gitlab
Who to ping [based on DevOps stages](https://about.gitlab.com/handbook/product/categories/#devops-stages): Who to ping [based on DevOps stages](https://about.gitlab.com/handbook/product/categories/#devops-stages):
| Stage | Tech writer | | Tech writer | Stage(s) |
| ------------- | ----------- | | ------------ | ------------------------------------------------------------ |
| ~Create | `@marcia` | | `@marcia` | ~Create ~Release |
| ~Configure | `@eread` | | `@axil` | ~Distribution ~Gitaly ~Gitter ~Monitoring ~Packaging ~Secure |
| ~Distribution | `@axil` | | `@eread` | ~Manage ~Configure ~Geo ~Verify |
| ~Geo | `@eread` | | `@mikelewis` | ~Plan |
| ~Gitaly | `@axil` |
| ~Gitter | `@axil` |
| ~Manage | `@eread` |
| ~Monitoring | `@axil` |
| ~Packaging | `@axil` |
| ~Plan | `@mikelewis`|
| ~Release | `marcia` |
| ~Secure | `@axil` |
| ~Verify | `@eread` |
If you are not sure which category the change falls within, or the change is not If you are not sure which category the change falls within, or the change is not
part of one of these categories, you can mention the whole team with `@gl-docsteam`. part of one of these categories, you can mention one of the usernames above.
MARKDOWN MARKDOWN
unless gitlab.mr_labels.include?('Documentation') unless gitlab.mr_labels.include?('Documentation')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment