Skip to content

feat(bench): latency thresholds + p999/max measures (Track 6, final) #6

feat(bench): latency thresholds + p999/max measures (Track 6, final)

feat(bench): latency thresholds + p999/max measures (Track 6, final) #6

Workflow file for this run

name: Momus
on:
pull_request:
types: [opened, reopened, ready_for_review, synchronize]
issue_comment:
types: [created]
workflow_dispatch:
inputs:
pr_number:
description: PR number to review
required: true
type: string
jobs:
call:
permissions:
contents: read
pull-requests: write
issues: write
uses: elijahr/.github/.github/workflows/pr-review.yml@devel
with:
pr_number: ${{ github.event.pull_request.number || github.event.issue.number || github.event.inputs.pr_number }}
event_name: ${{ github.event_name }}
secrets:
OPENROUTER_KEY: ${{ secrets.OPENROUTER_KEY }}