diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml new file mode 100644 index 0000000..2b591f7 --- /dev/null +++ b/.github/workflows/pr-review.yml @@ -0,0 +1,11 @@ +name: AI Code Review + +on: + pull_request: + types: [opened, synchronize, reopened] + +jobs: + call-review: + uses: ucgmsim/ollama_pr_review/.github/workflows/pr-review.yml@v1.0 + secrets: + OLLAMA_API_KEY: ${{ secrets.OLLAMA_API_KEY }}