From b8580d77754f8d9251bc38b1c3ad637ce1bea02b Mon Sep 17 00:00:00 2001 From: Ville Saukkonen Date: Sat, 22 Apr 2023 18:24:08 +0300 Subject: [PATCH] restore default reviewer version to main --- .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 b4fae72..c06d8a4 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Code Review - uses: freeedcom/ai-codereviewer@reveiw-changed-files-only + uses: freeedcom/ai-codereviewer@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}