From 21d0f69e21e82c5dbbf6490b8abe790d0bf9b97c Mon Sep 17 00:00:00 2001 From: uncle Date: Thu, 28 Sep 2023 10:53:25 +0900 Subject: [PATCH] Upgrade code butler for v1.0.3 --- .github/workflows/code-butler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-butler.yml b/.github/workflows/code-butler.yml index c2c8c64..2a1e639 100644 --- a/.github/workflows/code-butler.yml +++ b/.github/workflows/code-butler.yml @@ -13,7 +13,7 @@ jobs: if: startsWith(github.event.comment.body, '/review') runs-on: ubuntu-latest steps: - - uses: ca-dp/code-butler@v1.0.2 + - uses: ca-dp/code-butler@v1.0.3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} @@ -22,7 +22,7 @@ jobs: if: startsWith(github.event.comment.body, '/chat') runs-on: ubuntu-latest steps: - - uses: ca-dp/code-butler@v1.0.2 + - uses: ca-dp/code-butler@v1.0.3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}