smorinlabs/difftree PR diff-tree comment

Post an ASCII diff-tree of a pull request's changes as a single, self-updating PR comment, rendered by the difftree CLI (difftree --pr).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
base-refBranch/ref to diff against. Defaults to the pull request base (github.event.pull_request.base.ref). Compared as origin/<base-ref>.no""
commentPost/update the PR comment. Set to "false" to compute outputs only.notrue
advertiseAppend a small "Get your own diff tree" attribution footer to the comment. Set to "false" to disable.notrue
levelMaximum tree depth (difftree --level N). Unset means no limit.no""
dirs-onlyShow directories only (difftree --dirs-only).nofalse
extra-argsExtra arguments appended verbatim to the difftree invocation.no""
difftree-versiondifftree crates.io version to install.no0.3.0
github-tokenToken used to post the PR comment.no${{ github.token }}
namedescription
treeThe full rendered ASCII diff-tree text.
files-changedNumber of files changed between the base and the PR head.
comment-urlHTML URL of the created/updated PR comment, when one was posted.