Compare with existing such actions, this one has the following unique features:
- focus on "review", rather than "summarization". It doesn't just talk about what the PR is doing, rather, it tells users how good/bad the pull request/changes is, and give comments about the goodness/badness.
- leave useful comments only. It omits the review comments that commonly won't appear with human reviewer from the human's perspective.
- highly customizable prompt templates. It allows the prompts been configurable by users, thus it is useful for users who just want to try chatgpt with Github actions, without the effort of reinvent a wheel for the action itself.
This action should be a nice playground/testbed for users who are interested in applying chatgpt on Github as an assistant. Any suggestions/bug-reports/improvements are appreciated!