Skip to content
play

GitHub Action

GPTReview

v1.1.1 Latest version

GPTReview

play

GPTReview

Let AI review your code

Installation

Copy and paste the following snippet into your .yml file.

              

- name: GPTReview

uses: samjhill/GPTReview@v1.1.1

Learn more about this action in samjhill/GPTReview

Choose a version

GPTReview 🤖🔍

Get OpenAI GPT models to suggest changes on your pull request in the comments!

Example output

example review

example 2

How to integrate into your repo:

  1. Copy the workflow from this repo's .github/workflows/test-action.yml into your project in the same location and modify it to suit your needs, if you'd like.

  2. Get an OpenAI key here

  3. Create a secret in your project's settings called OPENAI_API_KEY for your OpenAI API Key.