mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-13 11:33:32 +00:00
chore: publish from staged
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user