mirror of
https://github.com/ingress-it-solutions/gitea-code-review-action.git
synced 2025-04-19 10:46:45 +00:00
Fixed readme
This commit is contained in:
parent
39196cfe3c
commit
4ffdb27b93
1 changed files with 2 additions and 3 deletions
|
@ -13,8 +13,8 @@ name: OpenAI Code Review
|
|||
uses: bhavik/gitea-code-review-action@v0.1
|
||||
with:
|
||||
PROGRAMMING_LANGUAGE: 'JavaScript'
|
||||
REVIEW_COMMENT_PREFIX: 'crai:'
|
||||
FULL_REVIEW_COMMENT: 'crai'
|
||||
REVIEW_COMMENT_PREFIX: 'openai:'
|
||||
FULL_REVIEW_COMMENT: 'openai'
|
||||
OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
```
|
||||
|
@ -53,7 +53,6 @@ Here's an example workflow that uses this action to analyze code in pull request
|
|||
|
||||
```yaml
|
||||
name: Code Review
|
||||
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created, edited]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue