arthur-debert/rustloc-diff

Run rustloc on a pull request diff and post the result as a sticky PR comment.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionrustloc version to install (e.g. 0.16.0), or 'latest'.nolatest
baseBase git ref to diff from. Defaults to the PR base SHA.no${{ github.event.pull_request.base.sha }}
headHead git ref to diff to. Defaults to the PR head SHA.no${{ github.event.pull_request.head.sha }}
argsExtra args passed to `rustloc diff` (e.g. "--by-file -t code,tests").no--by-file
commentPost (and update on subsequent runs) a sticky comment on the PR.notrue
github-tokenToken used to post the PR comment. Needs `pull-requests: write`.no${{ github.token }}
namedescription
bodyThe full markdown body that was (or would be) posted to the PR.