fix merge issue
Signed-off-by: web-next-automation <web-platform@doordash.com>
This commit is contained in:
@@ -87,9 +87,7 @@ function getOperationsText(
|
||||
...[...ops.removed].map(o => `\`${o}\` (removed)`),
|
||||
].join('\n')
|
||||
: '';
|
||||
return `${getOperationsChangedLabel(groupedDiffs, {
|
||||
joiner: options.labelJoiner,
|
||||
})}
|
||||
return `${getOperationsChangedLabel(groupedDiffs)}
|
||||
|
||||
${operationsText}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user