Skip to content

fix(codex): attribute MCP tool-call end events #340

fix(codex): attribute MCP tool-call end events

fix(codex): attribute MCP tool-call end events #340

Workflow file for this run

name: firstlook
on:
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
inputs:
pr-number:
description: 'PR number to scan (leave empty for all open PRs)'
required: false
type: string
jobs:
assess:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- uses: getagentseal/firstlook@main
with:
pr-number: ${{ inputs.pr-number }}
skip-users: 'dependabot[bot],renovate[bot]'
fail-on: 'unknown'