We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b886484 commit 2a332dfCopy full SHA for 2a332df
src/notifications.ts
@@ -36,7 +36,7 @@ export const createRun = async (
36
};
37
38
const commentLocator = (label?: string): string => {
39
- return `<!-- Diff Action / Pull Request Comment / ${label ?? ''} -->`;
+ return `<!-- Diff Action / Pull Request Comment / ${label ?? ''} -->\n`;
40
41
42
const commentBody = (label: string | undefined, result: Result): string => {
0 commit comments