From 1b7eb924f133b554e0e56bedd7cbb41bdd3eec6e Mon Sep 17 00:00:00 2001 From: Phantom <59059173+EurFelux@users.noreply.github.com> Date: Tue, 9 Sep 2025 13:47:46 +0800 Subject: [PATCH] fix: add missing githubContext (#547) --- src/create-prompt/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/create-prompt/index.ts b/src/create-prompt/index.ts index ac4f7a8..ee4f912 100644 --- a/src/create-prompt/index.ts +++ b/src/create-prompt/index.ts @@ -335,6 +335,7 @@ export function prepareContext( return { ...commonFields, eventData, + githubContext: context, }; }