Skip to content

Commit affe469

Browse files
authored
chore: add review ci (#8)
1 parent 22229fb commit affe469

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/review.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: AI Code Review
2+
3+
on:
4+
pull_request:
5+
branches: [ "main", "dev" ]
6+
7+
jobs:
8+
ai-code-review:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout code
12+
uses: actions/checkout@v4
13+
- name: AI Code Review Action
14+
uses: villesau/ai-codereviewer@v2.7.0
15+
with:
16+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)