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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
manifest-pathPath (relative to repo root) to the evidence-bundle manifest JSON file.yes
output-pathOptional file destination for the rendered Markdown.no
comment-on-prPost the rendered Markdown as a PR comment. 'auto' (default) posts only on pull_request events.noauto
hide-badgesSuppress the trailing badges line (default 'false').nofalse
anchor-prefixAnchor prefix for item-row anchors in the items table (default 'item-').noitem-
github-tokenToken used to post the PR comment (defaults to GITHUB_TOKEN).no${{ github.token }}
namedescription
markdown-lengthLength (in characters) of the rendered Markdown.
output-writtenTrue iff an output-path was specified and successfully written.