We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaee464 commit f103b58Copy full SHA for f103b58
src/postGithubComments.ts
@@ -78,7 +78,7 @@ let header = `@${userToTag} Here are the results of running the ${suiteDescripti
78
${summary.join("\n")}`;
79
80
if (!outputs.length) {
81
- git.createComment(+prNumber, +commentNumber, distinctId, postResult, [header], true);
+ git.createComment(+prNumber, +commentNumber, distinctId, postResult, [header], somethingChanged);
82
}
83
else {
84
const oldErrorHeader = `<h2>:warning: Old server errors :warning:</h2>`;
0 commit comments