Skip to content

Commit

Permalink
Merge pull request #16 from coreators/develop
Browse files Browse the repository at this point in the history
Merge Develop
  • Loading branch information
siisee11 authored Jun 7, 2023
2 parents a354277 + 5d745d7 commit 8aa2294
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Code Review

permissions:
contents: read
pull-requests: write

on:
pull_request:
types: [opened, reopened, synchronize]

jobs:
test:
# if: ${{ contains(github.event.*.labels.*.name, 'gpt review') }} # Optional; to run only when a label is attached
runs-on: ubuntu-latest
steps:
- uses: anc95/ChatGPT-CodeReview@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
# Optional
LANGUAGE: Korean
OPENAI_API_ENDPOINT: https://api.openai.com/v1
MODEL:
PROMPT:
top_p: 1
temperature: 1

0 comments on commit 8aa2294

Please sign in to comment.