We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7dfed commit 1b7eb92Copy full SHA for 1b7eb92
1 file changed
src/create-prompt/index.ts
@@ -335,6 +335,7 @@ export function prepareContext(
335
return {
336
...commonFields,
337
eventData,
338
+ githubContext: context,
339
};
340
}
341
0 commit comments