Skip to content

Reduce noise from Chatops output

Yorick Peterse requested to merge remove-chatops-buttons into master

What does this MR do?

The various responses produced by Chatops no longer include Slack
buttons, instead returning the message as a link. This reduces the noise caused by the (rather large) buttons. We also no longer send a response
if the build did not produce output as the default response could get
annoying very quickly.

Before:

before

After:

after

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/5140

Merge request reports