|
|
|
Show HN: Yet another) (better) ChatGPT action for pull request code view
(github.com)
|
|
1 points
by sighingnow
1214 days ago
|
|
chatgpt-action is designed as an AI assistant backed by chatgpt for interesting things like scoring a pull request, reviewing the patch hunks, assign labels to pull request and issues on Github. 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! |
|