We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48969d4 commit 9cbaa93Copy full SHA for 9cbaa93
.github/workflows/comment-pr-build.yml
@@ -126,7 +126,7 @@ jobs:
126
body += `✅ Build complete for PR #${prNumber}.\n\n`;
127
body += `📦 Binary artifacts are available in the [workflow run](${runUrl}) (expires on ${expiryDate}).\n\n`;
128
body += `> **Note:** Download artifacts by clicking on the workflow run link above, then scroll to the "Artifacts" section.\n`;
129
- body += `> _Artifacts from PR builds are for testing only and may contain unreviewed code._`;
+ body += `> _Artifacts from PR builds are for testing only and may contain unreviewed, malicious code._`;
130
} else if (conclusion === 'failure') {
131
body += `❌ Build failed for PR #${prNumber}.\n\n`;
132
body += `See the [workflow run](${runUrl}) for details.`;
0 commit comments