lemahq/description check

Checks a PR's diff against its own description and linked issue. It comments; it doesn't block.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-urlBase URL of the lema verify API (e.g. https://api.lema.sh)yes
github-tokenToken used to read/post the PR comment. GitHub does not inject GITHUB_TOKEN into an Action's environment by default, and an action's own metadata (this file) cannot reference the github context to default it — so the calling workflow MUST pass the token in (see the workflow snippet in the README). Required at call time even though marked optional here.no
record-decisionsDrafts a decision record when a PR settles a real choice - stored in lema until a maintainer accepts or dismisses it. This committed line is the consent for that write: set to 'true' to opt in, delete the line to run description-checks only. Anything other than 'true' means off.nofalse

no outputs