Create 1700-멀티탭 스케줄링.js #26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 🤖 AI Algorithm Mentor | |
| on: | |
| push: | |
| branches: [main] | |
| jobs: | |
| ai-review: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: write | |
| steps: | |
| - uses: choam2426/AI-Algorithm-Mentor@v5 | |
| with: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| LLM_PROVIDER: google # openai, google, anthropic | |
| MODEL_NAME: gemini-3-pro-preview # 모델명 (선택사항) | |
| GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} | |
| REVIEW_LANGUAGE: korean # korean, english, etc.. |