mizcausevic-dev/Evidence Bundle README Generator
Render a Markdown README from an evidence-bundle manifest. Post as PR comment or commit to a target path.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| manifest-path | Path (relative to repo root) to the evidence-bundle manifest JSON file. | yes | — |
| output-path | Optional file destination for the rendered Markdown. | no | — |
| comment-on-pr | Post the rendered Markdown as a PR comment. 'auto' (default) posts only on pull_request events. | no | auto |
| hide-badges | Suppress the trailing badges line (default 'false'). | no | false |
| anchor-prefix | Anchor prefix for item-row anchors in the items table (default 'item-'). | no | item- |
| github-token | Token used to post the PR comment (defaults to GITHUB_TOKEN). | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| markdown-length | Length (in characters) of the rendered Markdown. |
| output-written | True iff an output-path was specified and successfully written. |