添加 .gitea/workflows/build.yml
This commit is contained in:
8
.gitea/workflows/build.yml
Normal file
8
.gitea/workflows/build.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
name: OpenAI Code Review
|
||||||
|
uses: bhavik/gitea-code-review-action@v0.1
|
||||||
|
with:
|
||||||
|
PROGRAMMING_LANGUAGE: 'JavaScript'
|
||||||
|
REVIEW_COMMENT_PREFIX: 'openai:'
|
||||||
|
FULL_REVIEW_COMMENT: 'openai'
|
||||||
|
OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }}
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
Reference in New Issue
Block a user