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:
|
types:
|
||||||
- opened
|
- opened
|
||||||
- synchronize
|
- synchronize
|
||||||
|
permissions: write-all
|
||||||
jobs:
|
jobs:
|
||||||
review:
|
review:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: AI Code Reviewer
|
- name: AI Code Reviewer
|
||||||
uses: your-username/ai-code-reviewer@main
|
uses: your-username/ai-code-reviewer@main
|
||||||
|
|
Loading…
Add table
Reference in a new issue