From 25590fbbd516280341493f79d37cf54535456a06 Mon Sep 17 00:00:00 2001 From: YuMin <55650732+yuminn-k@users.noreply.github.com> Date: Wed, 24 Jan 2024 17:34:48 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Create=20cr.yml=20for=20Ope?= =?UTF-8?q?nAI=20code=20review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cr.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/cr.yml diff --git a/.github/workflows/cr.yml b/.github/workflows/cr.yml new file mode 100644 index 0000000..65ad8f5 --- /dev/null +++ b/.github/workflows/cr.yml @@ -0,0 +1,18 @@ +name: OpenAI Code Review + +permissions: + contents: read + pull-requests: write + +on: + pull_request: + types: [opened, synchronize] +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: anc95/ChatGPT-CodeReview@main + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} + LANGUAGE: Korean