ride-the-lightning/rtlreviewbot
Public entry point for rtlreviewbot. Resolvable from any consumer repo (public or private); fetches the private review runtime at execution time and runs it.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| event_name | GitHub event that triggered the consumer shim (issue_comment, pull_request). | yes | — |
| event_action | Event-specific action (e.g. created, review_requested, closed). | no | "" |
| repo | Consumer repo in owner/name form (typically github.repository). | yes | — |
| pr_number | Pull request number. | yes | — |
| actor | Login of the user that triggered the event. | yes | — |
| comment_body | Body of the triggering comment, for issue_comment events. | no | "" |
| comment_id | Numeric id of the triggering comment, for issue_comment events. Used to react with a 👍 on success. | no | "" |
| installation_id | GitHub App installation ID for the consumer repo. Find it on the App settings → Install App page. | yes | — |
| app_id | rtlreviewbot GitHub App ID. Consumers pass this via `with: app_id:` from their org secret (typically GATEWAY_APP_ID). | yes | — |
| private_key | rtlreviewbot GitHub App private key, PEM contents. Consumers pass this via `with: private_key:` from their org secret (typically GATEWAY_PRIVATE_KEY). | yes | — |
| anthropic_api_key | Anthropic API key for the /code-review skill (org secret ANTHROPIC_API_KEY). Either this or claude_code_oauth_token must be set; if both are set, API is tried first and OAuth is the fallback. | no | "" |
| claude_code_oauth_token | Claude Code OAuth token (org secret CLAUDE_CODE_OAUTH_TOKEN). Either this or anthropic_api_key must be set. | no | "" |
| review_mode | Review architecture: `multi` (default — orchestrator dispatches specialist sub-agents and merges their findings) or `single` (one Claude call). Both emit the identical output. | no | multi |
| runtime_ref | Ref (tag/branch/SHA) of the private Ride-The-Lightning/rtlreviewbot runtime to check out and run. Defaults to the release this action repo was tagged in lockstep with. Override only for testing an unreleased runtime. | no | v0.11.0 |
Outputs
no outputs