fix merge issue

Signed-off-by: web-next-automation <web-platform@doordash.com>
This commit is contained in:
web-next-automation
2024-04-08 21:01:31 -04:00
parent 5d091a6405
commit 490d96829b
@@ -87,9 +87,7 @@ function getOperationsText(
...[...ops.removed].map(o => `\`${o}\` (removed)`),
].join('\n')
: '';
return `${getOperationsChangedLabel(groupedDiffs, {
joiner: options.labelJoiner,
})}
return `${getOperationsChangedLabel(groupedDiffs)}
${operationsText}
`;