mizcausevic-dev/Evidence Bundle Diff

PR gate for evidence-bundle manifest changes — diffs HEAD vs base, posts a comment, fails on breaking changes.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 11, 2026
License
AGPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: mizcausevic-dev/evidence-bundle-diff-action@8613a8120ae9572fb91da1b1443e647f51b258f5 # v1.0-prod

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
manifest-pathPath (relative to repo root) to the evidence-bundle manifest JSON file being changed in the PR.yes
base-shaOverride the base SHA used to retrieve the previous version. Defaults to pull_request.base.sha from the event payload.no
comment-on-prPost the Markdown diff as a PR comment. 'auto' (default) posts only on pull_request events; 'true' / 'false' force the behavior.noauto
fail-on-breakingFail the run when the diff is classified as BREAKING (default 'true').notrue
fail-on-any-changeFail the run when there is ANY diff at all (default 'false'). Useful for frozen-bundle workflows.nofalse
github-tokenToken used to post the PR comment (defaults to GITHUB_TOKEN).no${{ github.token }}
namedescription
breakingTrue iff the diff is BREAKING.
change-countNumber of changes detected in the diff.
new-manifestTrue iff the manifest path didn't exist at base SHA (newly added manifest).