Added dist files

This commit is contained in:
Martin Selbmann 2024-01-24 13:28:12 +01:00
parent 1961761a90
commit 1a8fe8cd7f
No known key found for this signature in database
GPG key ID: 15AE4E9D9405B454
2 changed files with 1301 additions and 1298 deletions

3
dist/index.js vendored
View file

@ -195,6 +195,9 @@ function main() {
if (eventData.action === "opened") {
diff = yield getDiff(prDetails.owner, prDetails.repo, prDetails.pull_number);
}
else if (eventData.action === "review_requested") {
diff = yield getDiff(prDetails.owner, prDetails.repo, prDetails.pull_number);
}
else if (eventData.action === "synchronize") {
const newBaseSha = eventData.before;
const newHeadSha = eventData.after;

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long