single-origin/Code Review
AI-powered code review by Single Origin
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| backend-url | Backend API base URL | yes | — |
| api-key | API key (base64-encoded id:secret) | yes | — |
| github-token | GitHub token for API calls | no | ${{ github.token }} |
| timeout-seconds | Backend request timeout in seconds | no | 300 |
| file-filter | Glob inclusion filter for file paths (only matching files are reviewed). Set to empty string to match nothing. | no | **/*.sql |
| upload-artifact | Upload raw result as artifact for debugging | no | false |
Outputs
| name | description |
|---|---|
| artifact-path | Path to the raw result JSON file (when upload-artifact is true) |