mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-02-22 01:00:25 +00:00
Added dist files
This commit is contained in:
parent
1961761a90
commit
1a8fe8cd7f
2 changed files with 1301 additions and 1298 deletions
3
dist/index.js
vendored
3
dist/index.js
vendored
|
@ -195,6 +195,9 @@ function main() {
|
||||||
if (eventData.action === "opened") {
|
if (eventData.action === "opened") {
|
||||||
diff = yield getDiff(prDetails.owner, prDetails.repo, prDetails.pull_number);
|
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") {
|
else if (eventData.action === "synchronize") {
|
||||||
const newBaseSha = eventData.before;
|
const newBaseSha = eventData.before;
|
||||||
const newHeadSha = eventData.after;
|
const newHeadSha = eventData.after;
|
||||||
|
|
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
Reference in a new issue