Skip to content

Fix cross-runtime number spelling for integral float64 (#189, #190) #253

Fix cross-runtime number spelling for integral float64 (#189, #190)

Fix cross-runtime number spelling for integral float64 (#189, #190) #253

name: Agentic PR Review
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "llmdoc/**"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
jobs:
pr-review:
uses: Lightspeed-Intelligence/agentic-workflow-template/.github/workflows/pr-review.yml@main
secrets:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
ANTHROPIC_BASE_URL: ${{ secrets.ANTHROPIC_BASE_URL }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
FEISHU_WEBHOOK_TOKEN: ${{ secrets.FEISHU_WEBHOOK_TOKEN }}
with:
use_feishu_notify: true