From 1aed28275c88541e5d36b00c6ec39757f27f65a8 Mon Sep 17 00:00:00 2001 From: Denys Butenko Date: Wed, 4 Oct 2023 00:35:16 +0700 Subject: [PATCH] Test github workflows --- .github/workflows/review.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 9b691dd3c1c..73cbbb0da02 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -15,6 +15,8 @@ jobs: pull-requests: write steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: "Get diff of the pull request" id: get_diff shell: bash @@ -35,7 +37,7 @@ jobs: github_repository: ${{ github.repository }} github_pull_request_number: ${{ github.event.pull_request.number }} git_commit_hash: ${{ github.event.pull_request.head.sha }} - model: "gpt-4" + model: "gpt-3.5-turbo" temperature: "0.1" max_tokens: "512" top_p: "1" @@ -45,5 +47,5 @@ jobs: ${{ steps.get_diff.outputs.pull_request_diff }} pull_request_chunk_size: "3500" extra_prompt: |- - You are very familiar with python too. + You are very familiar with typescript, rxjs, ngrx, jest and angular. log_level: "DEBUG"