Skip to content

feat(operators): self-hosted OpenAI-compatible model provider, off by default #2662

feat(operators): self-hosted OpenAI-compatible model provider, off by default

feat(operators): self-hosted OpenAI-compatible model provider, off by default #2662

Workflow file for this run

name: Claude Code Review
# Triggers only. The implementation - author gate, runner selection, action
# pins - lives in claude-review.yml, which the other repos in the org call too.
on:
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
issues:
types: [opened, assigned]
pull_request_review:
types: [submitted]
jobs:
claude:
# Granted here as well as in the called workflow: a called workflow's jobs
# cannot exceed the permissions of the caller's GITHUB_TOKEN.
permissions:
contents: read
pull-requests: read
issues: read
actions: read
id-token: write
uses: ./.github/workflows/claude-review.yml
secrets: inherit