From ffd89216241a35d64c3f908260573eb02531acb7 Mon Sep 17 00:00:00 2001 From: OSS-Bot Date: Wed, 9 Aug 2023 05:13:10 +0000 Subject: [PATCH] Update fxchen/code-review action to v0.2.9 --- .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 0911e91b5..47dd007bb 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -15,7 +15,7 @@ jobs: if: ${{ github.actor != 'slack-oss-bot' }} steps: - name: Trigger code review - uses: fxchen/code-review@v0.2.8-alpha + uses: fxchen/code-review@v0.2.9-alpha with: model: 'gpt-3.5-turbo-16k' openai-key: ${{ secrets.OPENAI_API_KEY }}