From 1be2a6c0ba26f50a222c131f9207d826d33cd94b Mon Sep 17 00:00:00 2001 From: ByeongGyu Jeon Date: Tue, 25 Mar 2025 10:14:28 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20chatgpt=20=EC=97=B0=EB=8F=99?= 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 00000000..c6afe6b2 --- /dev/null +++ b/.github/workflows/code-review.yml @@ -0,0 +1,20 @@ +name: Code Review From ChatGPT + +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.OPEN_API_KEY }} + LANGUAGE: Korean + MODEL: gpt-3.5-turbo \ No newline at end of file From b3af25f667ca2c63a2e7129a04b5a5fe5b5c1d0d Mon Sep 17 00:00:00 2001 From: ByeongGyu Jeon Date: Tue, 25 Mar 2025 10:17:07 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=EC=97=B0=EB=8F=99=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index c6afe6b2..08c2eeb8 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -15,6 +15,6 @@ jobs: - uses: anc95/ChatGPT-CodeReview@main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - OPENAI_API_KEY: ${{ secrets.OPEN_API_KEY }} + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} LANGUAGE: Korean MODEL: gpt-3.5-turbo \ No newline at end of file