mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-22 10:36:47 +00:00
Added tracing for github event data [review]
This commit is contained in:
parent
f9a928e4e3
commit
88b167a247
3 changed files with 3 additions and 1 deletions
|
@ -257,6 +257,7 @@ async function main() {
|
|||
readFileSync(process.env.GITHUB_EVENT_PATH ?? "", "utf8")
|
||||
);
|
||||
|
||||
console.log("Github triggered event data:", eventData);
|
||||
if (eventData.action === "opened") {
|
||||
diff = await getDiff(
|
||||
prDetails.owner,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue