Skip to content

Danger: Strip group not available template

Luke Duncalfe requested to merge ld-strip-dangerfile-template into master

What does this MR do and why?

This MR removes a line break that breaks the table markdown generated by Roulette in some situations.

The line break was added accidentally in !74330 (merged) when some text was refactored.

With the line break, table markup can look like this:

| Category | Reviewer | Maintainer |
| -------- | -------- | ---------- |
| ~"group::integrations" (backend) | No engineer is available for automated assignment, please reach out to `#g_ecosystem_integrations` slack channel or mention `@gitlab-org/ecosystem-stage/integrations` for assistance.
 | Maintainer review is optional for ~"group::integrations" (backend) |

which results in:

Category Reviewer Maintainer
~"group::integrations" (backend) No engineer is available for automated assignment, please reach out to #g_ecosystem_integrations slack channel or mention @gitlab-org/ecosystem-stage/integrations for assistance.
Maintainer review is optional for ~"group::integrations" (backend)

Screenshots or screen recordings

Before:

image

After (see demo: !74965 (closed)):

image

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Luke Duncalfe

Merge request reports