Danger: Strip group not available template
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:
After (see demo: !74965 (closed)):
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Luke Duncalfe