From 083e14f56e0da8c714530a08d8ac06e1cc25e10e Mon Sep 17 00:00:00 2001 From: bit-ranger Date: Mon, 21 Aug 2023 20:53:06 +0800 Subject: [PATCH] ci(github): actions --- .github/workflows/cr.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cr.yml b/.github/workflows/cr.yml index 782aba9f..c1236f7e 100644 --- a/.github/workflows/cr.yml +++ b/.github/workflows/cr.yml @@ -13,7 +13,9 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: anc95/ChatGPT-CodeReview@v1 + - name: ChatGPT CodeReviewer + uses: anc95/ChatGPT-CodeReview@v1.0.10 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} \ No newline at end of file + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} +