anc95 / ChatGPT-CodeReview

🐥 A code review bot powered by ChatGPT
https://github.com/apps/cr-gpt
ISC License
3.77k stars 360 forks source link

Review comments not given for all changed files #132

Closed vandnayadav1988 closed 9 months ago

vandnayadav1988 commented 9 months ago

Hi anc95 PeterDaveHello jeonbyeongmin i changed 3 files and raised a PR https://github.com/vandnayadav1988/Hackathaon/pull/41 However, i am getting review comments only for 2 files and 3rd one is ignored. can you please help me out understand why this is happening? and if i can include the third file in the review?

anc95 commented 9 months ago

@vandnayadav1988 was this fixed?

anc95 commented 9 months ago

@vandnayadav1988 I have check https://github.com/vandnayadav1988/Hackathaon/pull/41. the review comments was sent by the cr-gpt bot. I guess the cause is that, the bot server is deployed on aws lambda. there has a runtime time limit on the function execution of lambda, it's 1min. if the time needed exceeds 1 min, the left files are not processed and not reviewed.

vandnayadav1988 commented 9 months ago

@anc95 : Thanks for explaining.