coderabbitai / ai-pr-reviewer

AI-based Pull Request Summarizer and Reviewer with Chat Capabilities.
https://coderabbit.ai
MIT License
1.41k stars 258 forks source link

do not submit review when it's disabled #434

Closed harjotgill closed 11 months ago

harjotgill commented 11 months ago

Summary by CodeRabbit

Release Notes

🎉 Here's to the code that's ever so bright,

A new line added, enhancing our might.

With summaries clear, we take flight,

In the realm of code, it's a delightful sight! 🚀

github-actions[bot] commented 11 months ago

Image description CodeRabbit

Walkthrough

The change introduced in this pull request is a minor but important one. It adds a line of code to post the final summary comment before submitting the review, enhancing the communication and clarity of the review process.

Changes

File Summary
src/review.ts A new line of code has been added to post the final summary comment before submitting the review. This change does not affect the external interface or behavior of the code.