From 02aa8d491def629cab00ce6041db13ed9ddc65af Mon Sep 17 00:00:00 2001 From: OSS-Bot Date: Fri, 30 Jun 2023 08:04:58 +0000 Subject: [PATCH] Update fxchen/code-review action to v0.2.7 --- .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 5df077b61..c0c2fd23a 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -18,7 +18,7 @@ jobs: if: ${{ github.actor != 'slack-oss-bot' }} steps: - name: Trigger code review - uses: fxchen/code-review@v0.2.5-alpha + uses: fxchen/code-review@v0.2.7-alpha with: model: 'gpt-3.5-turbo-16k' openai-key: ${{ secrets.OPENAI_API_KEY }}