Skip to content

Commit

Permalink
Create crgpt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BFRS01757 authored Nov 5, 2024
1 parent d0d8f7d commit aa3bee4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/crgpt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Code Review GPT

on:
pull_request:
branches: [main]

jobs:
run_code_review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Code Review GPT
uses: BFRS01757/code-review-gpt@main
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MODEL: 'gpt-4o'
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit aa3bee4

Please sign in to comment.