From ae9e33e25815ffe7d6a2e9662acc09a90b5c2b6e Mon Sep 17 00:00:00 2001 From: Ville Saukkonen Date: Thu, 23 Mar 2023 00:27:43 +0200 Subject: [PATCH] remove openai from the action name --- .github/workflows/code_review.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 234bf3b..97633a2 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/open-ai-codereviewer@main + uses: freeedcom/ai-codereviewer@main with: GITHUB_TOKEN: ${{ secrets.GH_KEY }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} diff --git a/action.yml b/action.yml index 7b37377..d680283 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: "OpenAI Code Review Action" +name: "AI Code Review Action" description: "Perform code reviews and comment on diffs using OpenAI API." inputs: GITHUB_TOKEN: