Skip to content

Commit 7c13da0

Browse files
authored
Create ai-review.yml
1 parent 8dbd1a6 commit 7c13da0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ai-review.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: 🤖 AI Algorithm Mentor
2+
3+
on:
4+
push:
5+
branches: [ main, master ]
6+
7+
jobs:
8+
ai-review:
9+
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
12+
steps:
13+
- uses: choam2426/AI-Algorithm-Mentor@v5
14+
with:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
LLM_PROVIDER: google # openai, google, anthropic
17+
MODEL_NAME: gemini-3-pro-preview # 모델명 (선택사항)
18+
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
19+
REVIEW_LANGUAGE: korean # korean, english, etc..

0 commit comments

Comments
 (0)