mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 17:46: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
1
dist/index.js
vendored
1
dist/index.js
vendored
|
@ -355,6 +355,7 @@ ${chunk.changes
|
|||
"utf8"
|
||||
)
|
||||
);
|
||||
console.log("Github triggered event data:", eventData);
|
||||
if (eventData.action === "opened") {
|
||||
diff = yield getDiff(
|
||||
prDetails.owner,
|
||||
|
|
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue