Triggering pr-review in ollama-pr-review with v1.0 tag - #214
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
📁 .github/workflows/pr-review.yml (deepseek-v4-flash:cloud)💻 Code:
✅ Fix: Add a |
📁 .github/workflows/pr-review.yml (deepseek-v4-flash:cloud)💻 Code:
✅ Fix: Add a |
📁 .github/workflows/pr-review.yml (deepseek-v4-flash:cloud)💻 Code:
✅ Fix: Add the same |
📁 .github/workflows/pr-review.yml (deepseek-v4-flash:cloud)💻 Code:
✅ Fix: Pin the reusable workflow to a specific commit SHA (e.g., |
📁 .github/workflows/pr-review.yml (deepseek-v4-flash:cloud)💻 Code:
✅ Fix: Add |
There was a problem hiding this comment.
Pull request overview
This PR simplifies the repository’s PR review automation by replacing an in-repo “AI Code Review” job with a call to an external reusable workflow pinned to the v1.0 tag.
Changes:
- Replaced the full, inline Ollama review implementation with a reusable workflow call (
ucgmsim/ollama_pr_review). - Passed
OLLAMA_API_KEYto the reusable workflow viasecrets.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
|
|
||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.event.pull_request.number }} | ||
| cancel-in-progress: true | ||
|
|
||
| permissions: | ||
| contents: read | ||
| pull-requests: write | ||
| issues: write | ||
|
|
||
| jobs: |
|
|
||
|
|
||
| call-review: | ||
| uses: ucgmsim/ollama_pr_review/.github/workflows/pr-review.yml@v1.0 |
No description provided.