From 50689e17d7a98365c8ea754f1c81e6cc0a3bd5cd Mon Sep 17 00:00:00 2001 From: PierreGode Date: Tue, 3 Sep 2024 14:44:07 +0200 Subject: [PATCH] Update review.yml --- .github/workflows/review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 269c0e8..8d6496e 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -1,4 +1,4 @@ -name: AI Code Reviewer +name: GPTcode-reviwer on: pull_request: @@ -13,7 +13,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v4 - - name: AI Code Reviewer + - name: GPTcode-reviwer uses: PierreGode/GPTcode-reviwer@main with: GITHUB_TOKEN: ${{ secrets.G_TOKEN }}