From 72ccd284d5464bb4f9427d3838a2b55f1c59316e Mon Sep 17 00:00:00 2001 From: Bongsu Lee Date: Thu, 15 Jun 2023 01:04:02 +0900 Subject: [PATCH] Create cr.yml --- .github/workflows/cr.yml | 19 +++++++++++++++++++ 1 file changed, 19 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 00000000..ddaabfcb --- /dev/null +++ b/.github/workflows/cr.yml @@ -0,0 +1,19 @@ +name: 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.OpenAPIKey }} + LANGUAGE: Korean