Added tracing for github event data [review]

This commit is contained in:
Jimmy Royer 2024-09-18 11:57:01 -04:00
parent f9a928e4e3
commit 88b167a247
3 changed files with 3 additions and 1 deletions

View file

@ -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,