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 710d68b commit dfe98c9Copy full SHA for dfe98c9
src/notifications.ts
@@ -37,6 +37,7 @@ export const createRun = async (
37
38
const commentLocator = (label?: string): string => {
39
return `<!-- Diff Action / Pull Request Comment / ${label ?? ''} -->
40
+
41
`;
42
};
43
0 commit comments