chore: publish from staged

This commit is contained in:
github-actions[bot]
2026-06-09 05:09:03 +00:00
parent 2ea321e4f1
commit fb5e0f561f
3 changed files with 13 additions and 1 deletions
+5
View File
@@ -460,8 +460,10 @@ function buildMergedIntakeComment(baseResult, qualityResult, runId, owner, repo)
"",
qualitySection,
"",
"",
"### Canonical external.json payload",
"",
"",
"```json",
JSON.stringify(baseResult.plugin ?? {}, null, 2),
"```",
@@ -546,12 +548,15 @@ export async function evaluateExternalPluginIssue({ issue, token, runId, owner,
parsed.plugin.source.sha ? `- **SHA:** ${parsed.plugin.source.sha}` : undefined,
`- **Keywords:** ${normalizedKeywords}`,
"",
"",
"### Canonical external.json payload",
"",
"",
payload,
"",
"### Reviewer notes",
"",
"",
notes,
dedupedWarnings.length > 0
? ["", "### Warnings", "", ...dedupedWarnings.map((warning) => `- ${warning}`)].join("\n")