test(vscode): add PR comment context story data

This commit is contained in:
marius-kilocode
2026-08-20 13:21:38 +02:00
parent c941aa399a
commit a9e9570b6f
@@ -1507,6 +1507,7 @@ const prComments: NonNullable<PRStatus["comments"]> = {
outdated: false,
diffHunk:
'@@ -39,7 +39,7 @@ export function execGhRead(args: string[]) {\n- return execWithShellEnv("gh", args, options)\n+ return execWithShellEnv("gh", args, { ...options, env: env(options) })',
after: [" return result", "}", ""],
replies: [{ author: "hubot", body: "Agreed. A guard plus a log line is enough here." }],
},
{