fix: add missing githubContext (#547)

This commit is contained in:
Phantom
2025-09-08 22:47:46 -07:00
committed by GitHub
parent 0f7dfed927
commit 1b7eb924f1
+1
View File
@@ -335,6 +335,7 @@ export function prepareContext(
return {
...commonFields,
eventData,
githubContext: context,
};
}