nantobv/Pituitary Review Spec
Run pituitary review-spec on changed spec bundles in pull requests and post the report as a comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pituitary-version | Pituitary release version to install. If omitted, uses the action tag when available, otherwise the latest GitHub release. | no | "" |
| config-path | Path to the Pituitary config file, relative to the repository root. | no | .pituitary/pituitary.toml |
| fail-on | Lowest review severity that should fail the action: - error: deterministic doc-drift findings in a touched spec review - warning: error plus review warnings or possible-drift assessments - none: never fail; comment only | no | error |
| update-comment | If true, update the existing Pituitary review comment instead of creating a new one. | no | true |
Outputs
| name | description |
|---|---|
| reviewed-spec-count | Number of changed spec bundles reviewed. |
| error-count | Number of reviewed spec bundles with error severity. |
| warning-count | Number of reviewed spec bundles with warning severity. |
| highest-severity | Highest review severity seen across reviewed bundles: none, info, warning, or error. |
| reviewed-bundles | JSON array of reviewed spec bundle paths. |