Skip to content

Don't fail the pipeline when a colon-emoji is used

Sean McGivern requested to merge dont-fail-danger-with-emojis into master

A colon-emoji like :100: can be valid in the case where we're talking about the GitLab feature that processes these into emojis. It's fine to warn about those, but failing the pipeline is too restrictive.

46e28e6f failed a pipeline because of this, which was very annoying.

Merge request reports