rajat1299/Litmus Verification
Run Litmus verification and emit GitHub-friendly report outputs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token reserved for follow-on PR comment publication. | no | — |
| mode | Verification mode. | no | ci |
| min-score | Minimum confidence score required to pass the check. | no | 80 |
| decision-policy | Optional repo-local decision policy override for this run. | no | — |
| comment | Whether to write a PR comment artifact. | no | true |
Outputs
| name | description |
|---|---|
| confidence | Confidence score as a decimal between 0.00 and 1.00. |
| action-status | Action execution status. `verified` means Litmus produced a verification result; `verification_error` means the action failed before a shared decision was available. |
| verdict | Litmus pass/fail verdict. |
| decision | Litmus shared verification decision for completed runs. Empty when the action fails before verification completes. |
| merge-recommendation | Litmus shared merge recommendation for completed runs. Empty when the action fails before verification completes. |
| comment-path | Absolute path to the generated PR comment markdown. |