summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-08-27 05:47:13 +0000
committerEvan Read <eread@gitlab.com>2019-08-27 05:47:13 +0000
commit35293821039d64957895190963ed0d53bf93f0ce (patch)
tree267ed45d15de86cbfc111f30649b4e8d8c971123
parent36a2875786788b6d84d752887f3856c9c49266ee (diff)
parent0c733154266828c26f817386d4a45b5a957ebb67 (diff)
downloadgitlab-ce-35293821039d64957895190963ed0d53bf93f0ce.tar.gz
Merge branch 'patch-73' into 'master'
Update `only` `chat` statement to correct singular form See merge request gitlab-org/gitlab-ce!32116
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 663fa1395a6..5237c61f191 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -387,7 +387,7 @@ In addition, `only` and `except` allow the use of special keywords:
| `triggers` | For pipelines created using a trigger token. |
| `web` | For pipelines created using **Run pipeline** button in GitLab UI (under your project's **Pipelines**). |
| `merge_requests` | When a merge request is created or updated (See [pipelines for merge requests](../merge_request_pipelines/index.md)). |
-| `chats` | For jobs created using a [GitLab ChatOps](../chatops/README.md) command. |
+| `chat` | For jobs created using a [GitLab ChatOps](../chatops/README.md) command. |
In the example below, `job` will run only for refs that start with `issue-`,
whereas all branches will be skipped: