From d3ff1e07e230812af98fa1d84ba750dc540c57fc Mon Sep 17 00:00:00 2001 From: Lucas Charles Date: Fri, 7 Jun 2019 01:00:36 +0000 Subject: Add section to dev docs on accessing chatops closes 62127 --- doc/development/chatops_on_gitlabcom.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/development/chatops_on_gitlabcom.md (limited to 'doc/development/chatops_on_gitlabcom.md') diff --git a/doc/development/chatops_on_gitlabcom.md b/doc/development/chatops_on_gitlabcom.md new file mode 100644 index 00000000000..c63ec53414c --- /dev/null +++ b/doc/development/chatops_on_gitlabcom.md @@ -0,0 +1,21 @@ +# Chatops on GitLab.com + +Chatops on GitLab.com allows GitLabbers to run various automation tasks on GitLab.com using Slack. + +## Requesting access + +GitLabbers may need access to Chatops on GitLab.com for administration tasks such as: + +- Configuring feature flags on staging. +- Running `EXPLAIN` queries against the GitLab.com production replica. + +To request access to Chatops on GitLab.com: + +1. Log into using the same username as for GitLab.com. +1. Ask [anyone in the `chatops` project](https://gitlab.com/gitlab-com/chatops/project_members) to add you by running `/chatops run member add gitlab-com/chatops --ops`. + +## See also + + - [Chatops Usage](https://docs.gitlab.com/ee/ci/chatops/README.html) + - [Understanding EXPLAIN plans](understanding_explain_plans.md) + - [Feature Groups](feature_flags.md#feature-groups) -- cgit v1.2.1