diff options
author | Evan Read <eread@gitlab.com> | 2019-03-20 13:45:15 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-03-20 13:45:15 +0000 |
commit | c7fdfeea2f327df63a031d296c33065245de96dd (patch) | |
tree | d01e12a8c4d822b1292839ba227747a429201825 /doc/ci/chatops | |
parent | 9266901e500158624035e5985be7e3d7ea76e03a (diff) | |
download | gitlab-ce-c7fdfeea2f327df63a031d296c33065245de96dd.tar.gz |
Fix note lists throughout docs
Diffstat (limited to 'doc/ci/chatops')
-rw-r--r-- | doc/ci/chatops/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/chatops/README.md b/doc/ci/chatops/README.md index df7fb8a4912..a06fe6961a7 100644 --- a/doc/ci/chatops/README.md +++ b/doc/ci/chatops/README.md @@ -2,9 +2,9 @@ > **Notes:** > -> * [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4466) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 10.6. [Moved](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24780) to [GitLab Core](https://about.gitlab.com/pricing/) in 11.9. +> - [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4466) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 10.6. [Moved](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24780) to [GitLab Core](https://about.gitlab.com/pricing/) in 11.9. > -> * ChatOps is currently in alpha, with some important features missing like access control. +> - ChatOps is currently in alpha, with some important features missing like access control. GitLab ChatOps provides a method to interact with CI/CD jobs through chat services like Slack. Many organizations' discussion, collaboration, and troubleshooting is taking place in chat services these days, and having a method to run CI/CD jobs with output posted back to the channel can significantly augment a team's workflow. |