From 62dd8a812556171f0876c55f104d6c1d7c88a3f4 Mon Sep 17 00:00:00 2001 From: Jungu Lee <1zzangjun@gmail.com> Date: Sat, 4 Nov 2023 16:33:49 +0900 Subject: [PATCH] =?UTF-8?q?New=20:=20Main=20=EB=B8=8C=EB=9E=9C=EC=B9=98=20?= =?UTF-8?q?PR=EC=8B=9C,=20ChatGPT=EA=B0=80=20=EC=BD=94=EB=93=9C=EB=A6=AC?= =?UTF-8?q?=EB=B7=B0=EB=A5=BC=20=ED=95=B4=EC=A3=BC=EB=8F=84=EB=A1=9D?= =?UTF-8?q?=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Code-Review.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/Code-Review.yml diff --git a/.github/workflows/Code-Review.yml b/.github/workflows/Code-Review.yml new file mode 100644 index 0000000..ccc3455 --- /dev/null +++ b/.github/workflows/Code-Review.yml @@ -0,0 +1,20 @@ +name: ChatGPT Code Review + +permissions: + contents: read + pull-requests: write + +on: + pull_request: + types: [opened, reopened, synchronize] + branches: ["main"] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: anc95/ChatGPT-CodeReview@main + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + OPENAI_API_KEY: ${{ secrets.OPEN_AI_SECRET_KEY }} + LANGUAGE: Korean