codeledgerecf/CodeLedger PR Intelligence
Repo-truth PR intelligence with risk, drift, evidence gaps, demo bridge, and CLI conversion path.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token used to post or update the sticky PR comment. | yes | ${{ github.token }} |
| mode | Enforcement mode for CodeLedger. | no | observe |
| base-ref | Base branch/ref to compare against. | no | ${{ github.base_ref }} |
| demo-url | Base URL for the hosted PR intelligence demo. | no | https://demo.codeledger.dev |
| comment | Whether to post or update the sticky PR comment. | no | true |
| suppress-clean | Suppress the PR comment when risk is low and there are no findings. | no | false |
| include-drafts | Post comments on draft PRs. | no | true |
| fail-on-block | Fail the Action when CodeLedger returns BLOCK. | no | false |
| version | CodeLedger CLI version to install when a repo-local CLI is not present. | no | v0.10.36 |
| asset-name | Release asset name for the standalone CLI. | no | codeledger-standalone.cjs |
| checksum | Optional SHA256 checksum for the downloaded CLI asset. | no | "" |
Outputs
| name | description |
|---|---|
| status | CodeLedger PR status. |
| risk | PR intelligence risk level. |
| drift | PR intelligence drift level. |
| evidence-gaps | Count of evidence gaps surfaced in the PR summary. |
| demo-url | Hosted demo URL for the full PR intelligence breakdown. |
| comment-file | Path to the rendered Markdown comment. |
| result-file | Path to the JSON result. |
| cli-path | Path to the CLI used by the action. |