Merge branch '30645-show-pipeline-events-description' into 'master'

Remove description for build_events, add pipeline_events

Closes #30645

See merge request !10908
This commit is contained in:
Kamil Trzciński 2017-04-27 09:06:17 +00:00
commit e9f3d245b0
2 changed files with 6 additions and 2 deletions

View File

@ -13,8 +13,8 @@ module ServicesHelper
"Event will be triggered when a confidential issue is created/updated/closed"
when "merge_request", "merge_request_events"
"Event will be triggered when a merge request is created/updated/merged"
when "build", "build_events"
"Event will be triggered when a build status changes"
when "pipeline", "pipeline_events"
"Event will be triggered when a pipeline status changes"
when "wiki_page", "wiki_page_events"
"Event will be triggered when a wiki page is created/updated"
when "commit", "commit_events"

View File

@ -0,0 +1,4 @@
---
title: Fix pipeline events description for Slack and Mattermost integration
merge_request: 10908
author: