Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-17 06:09:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-17 06:09:59 +0300
commite4f83735edac4909ea540472c34afcd4d359f252 (patch)
tree4552716142c900194e4143850d16aed781812c80 /doc/ci/chatops
parent0da14b212b7f7e73114e437a671f39f2b7e758fd (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/chatops')
-rw-r--r--doc/ci/chatops/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/chatops/index.md b/doc/ci/chatops/index.md
index 5f661731660..74eec52d84c 100644
--- a/doc/ci/chatops/index.md
+++ b/doc/ci/chatops/index.md
@@ -33,7 +33,7 @@ to the job:
When executed, ChatOps looks up the specified job name and attempts to match it
to a corresponding job in [`.gitlab-ci.yml`](../yaml/README.md). If a matching job
-is found on `master`, a pipeline containing only that job is scheduled. After the
+is found on the default branch, a pipeline containing only that job is scheduled. After the
job completes:
- If the job completes in *less than 30 minutes*, the ChatOps sends the job's output to Slack.