PR Review Agent for QTAC - #65
Conversation
|
|
||
| steps: | ||
| - name: Checkout default branch | ||
| uses: actions/checkout@v4 |
|
|
||
| steps: | ||
| - name: Checkout Repository | ||
| uses: actions/checkout@v4 |
|
|
||
| - name: Upload Results | ||
| if: always() | ||
| uses: actions/upload-artifact@v4 |
|
|
||
| steps: | ||
| - name: Checkout Repository | ||
| uses: actions/checkout@v4 |
| echo "Matrix: $MATRIX" | ||
|
|
||
| - name: Upload Batch Files | ||
| uses: actions/upload-artifact@v4 |
|
|
||
| steps: | ||
| - name: Checkout Repository | ||
| uses: actions/checkout@v4 |
| fetch-depth: 1 | ||
|
|
||
| - name: Download Batch Files | ||
| uses: actions/download-artifact@v4 |
| # ── Agent 1 — REVIEWER: drafts findings to JSON, posts NOTHING ────────── | ||
| - name: Reviewer — Draft Findings (Batch ${{ matrix.batch }}) | ||
| if: steps.check.outputs.exists == 'true' | ||
| uses: anthropics/claude-code-action@v1 |
| # ── Agent 2 — VERIFIER: checks each finding, posts only survivors ─────── | ||
| - name: Verifier — Check & Post (Batch ${{ matrix.batch }}) | ||
| if: steps.check.outputs.exists == 'true' | ||
| uses: anthropics/claude-code-action@v1 |
🔧 QTAC Static Analysis (Linux)Found 9 issue(s) on changed lines — 🔴 0 · 🟡 4 · 🔵 5
|
| - name: Checkout default branch | ||
| uses: actions/checkout@v4 | ||
| with: | ||
| token: ${{ secrets.USER_TOKEN || secrets.GITHUB_TOKEN }} | ||
| fetch-depth: 0 | ||
| ref: ${{ github.event.repository.default_branch }} |
| - name: Checkout Repository | ||
| uses: actions/checkout@v4 | ||
| with: | ||
| token: ${{ secrets.USER_TOKEN || secrets.GITHUB_TOKEN }} | ||
| fetch-depth: 0 # need base + head to diff changed lines | ||
|
|
||
| # ── Tooling ─────────────────────────────────────────────────────────────── |
| - name: Checkout Repository | ||
| uses: actions/checkout@v4 | ||
| with: | ||
| token: ${{ secrets.USER_TOKEN || secrets.GITHUB_TOKEN }} | ||
| fetch-depth: 1 |
| - name: Checkout Repository | ||
| uses: actions/checkout@v4 | ||
| with: | ||
| token: ${{ secrets.USER_TOKEN || secrets.GITHUB_TOKEN }} | ||
| fetch-depth: 1 |
🔧 QTAC Static Analysis (Windows)Found 9 issue(s) on changed lines — 🔴 0 · 🟡 4 · 🔵 5
|
4aa7c36 to
71aec56
Compare
🔧 QTAC Static Analysis (Linux)Found 9 issue(s) on changed lines — 🔴 0 · 🟡 4 · 🔵 5
|
🔧 QTAC Static Analysis (Windows)Found 9 issue(s) on changed lines — 🔴 0 · 🟡 4 · 🔵 5
|
Signed-off-by: Sen, Arkojit <arkosen@qti.qualcomm.com>
71aec56 to
59b6602
Compare
🔧 QTAC Static Analysis (Linux)Found 9 issue(s) on changed lines — 🔴 0 · 🟡 4 · 🔵 5
|
🔧 QTAC Static Analysis (Windows)Found 9 issue(s) on changed lines — 🔴 0 · 🟡 4 · 🔵 5
|
Pull Request
Description
PR Review Agent for QTAC
Related Issue
Type of Change
Please delete options that are not relevant.
Checklist
Additional Context
Add any other context or screenshots about the pull request here.