mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2024-11-23 12:39:02 +00:00
remove openai from the action name
This commit is contained in:
parent
cc31953cad
commit
ae9e33e258
2
.github/workflows/code_review.yml
vendored
2
.github/workflows/code_review.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Code Review
|
- name: Code Review
|
||||||
uses: freeedcom/open-ai-codereviewer@main
|
uses: freeedcom/ai-codereviewer@main
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_KEY }}
|
GITHUB_TOKEN: ${{ secrets.GH_KEY }}
|
||||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||||
|
@ -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."
|
description: "Perform code reviews and comment on diffs using OpenAI API."
|
||||||
inputs:
|
inputs:
|
||||||
GITHUB_TOKEN:
|
GITHUB_TOKEN:
|
||||||
|
Loading…
Reference in New Issue
Block a user