Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
eye

GitHub Action

GPTReviewWorkflow

1.4

GPTReviewWorkflow

eye

GPTReviewWorkflow

GPT-3 reviews your PR

Installation

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

              

- name: GPTReviewWorkflow

uses: mono-chrome/[email protected]

Learn more about this action in mono-chrome/GPTReviewWorkflow

Choose a version

GPTReview Workflow 🤖🔍

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

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 API Key here
  3. Get an OpenAI Org ID here
  4. Create two secrets in your project's settings called OPENAI_API_KEY for your OpenAI API Key and OPENAI_ORG_KEY for your OpenAI Organization ID..