wesleysimplicio/simplicio-mapper docs impact
Comments PR-affected flows, docs-sync status and spec-drift findings using simplicio-mapper. Degrades to a check + workflow artifact on fork PRs that lack comment-write permission.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | pr-comment | check | both | no | pr-comment |
| drift-threshold | Max spec-drift findings allowed before the check fails | no | 10 |
| working-directory | Directory to run simplicio-mapper in | no | . |
| artifact-name | Name of the uploaded workflow artifact with full sync/drift payloads | no | simplicio-docs-sync |
| python-version | Python version used to install simplicio-mapper | no | 3.11 |
| install-source | "pypi" installs the published simplicio-mapper package (default, for consumers). "none" skips installation and assumes the caller already put a `simplicio-mapper` console script on PATH — used by this repo's own CI to dogfood the action against the checked-out source instead of the last PyPI release. | no | pypi |
Outputs
| name | description |
|---|---|
| drift-pass | "true"/"false" — whether spec-drift findings are within drift-threshold |
| affected-flows-count | Number of flows the diff affects, per `sync` |