tirth8205/code-review-graph PR Review
Post a risk-scored, graph-aware review comment on pull requests. Local-first: builds a Tree-sitter knowledge graph on the runner and analyzes change impact without sending code to external services.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Token used to post the sticky PR comment via the GitHub API. Needs `pull-requests: write` (the default GITHUB_TOKEN works). | yes | — |
| comment | Post (and keep updated) a sticky PR comment with the report. | no | true |
| fail-on-risk | Fail the job when the overall risk score reaches this level: none (never fail), high (risk >= 0.70), or critical (risk >= 0.85). | no | none |
| python-version | Python version used to run code-review-graph. | no | 3.12 |
Outputs
| name | description |
|---|---|
| comment-file | Runner-local path to the rendered markdown report. Use with `comment: false` when a separate trusted workflow will publish it. |