mizcausevic-dev/Prompt Provenance Diff

PR gate for prompt-provenance changes — diffs HEAD vs base, posts a comment, fails on breaking changes.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
doc-pathPath (relative to repo root) to the prompt-provenance JSON document 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').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-docTrue iff the doc path didn't exist at base SHA (newly added document).