Skip to content
Snippets Groups Projects
Commit 46bc5bc1 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

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

Remove description for build_events, add pipeline_events

Closes #30645

See merge request !10908

Former-commit-id: e9f3d245
parents 69f07eb2 ce501eb1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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"
Loading
Loading
---
title: Fix pipeline events description for Slack and Mattermost integration
merge_request: 10908
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment