mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-02-18 15:20:27 +00:00
update README.md
This commit is contained in:
parent
73e2963b3f
commit
1bcd3faa48
1 changed files with 2 additions and 2 deletions
|
@ -29,13 +29,13 @@ on:
|
|||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
|
||||
permissions: write-all
|
||||
jobs:
|
||||
review:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: AI Code Reviewer
|
||||
uses: your-username/ai-code-reviewer@main
|
||||
|
|
Loading…
Add table
Reference in a new issue