From ca1289af03ce757a05486f629b2a768849f37e8f Mon Sep 17 00:00:00 2001 From: Ori Kotek Date: Wed, 29 Nov 2023 11:03:24 +0200 Subject: [PATCH] Update pr-agent-review.yaml --- .github/workflows/pr-agent-review.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-agent-review.yaml b/.github/workflows/pr-agent-review.yaml index 8bc1e3a1..1e8ac83c 100644 --- a/.github/workflows/pr-agent-review.yaml +++ b/.github/workflows/pr-agent-review.yaml @@ -26,7 +26,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PINECONE.API_KEY: ${{ secrets.PINECONE_API_KEY }} PINECONE.ENVIRONMENT: ${{ secrets.PINECONE_ENVIRONMENT }} - GITHUB_ACTION.AUTO_REVIEW: 'true' - GITHUB_ACTION.AUTO_IMPROVE: 'true' + GITHUB_ACTION.AUTO_REVIEW: true + GITHUB_ACTION.AUTO_IMPROVE: true