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 }}