Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Release 0.3.1

Compare
Choose a tag to compare
@harjotgill harjotgill released this 11 Mar 20:13
· 315 commits to main since this release
c0e847f
Don't summarize large diffs (#8)

New Feature: This pull request adds new methods to the `Commenter` class
that allow for adding and removing a summary from the description field
of a PR. It also modifies the `codeReview` function in `src/review.ts`
to use these new methods. The changes are well-implemented and make the
code more modular.