lemahq/description check
Checks a PR's diff against its own description and linked issue. It comments; it doesn't block.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-url | Base URL of the lema verify API (e.g. https://api.lema.sh) | yes | — |
| github-token | Token 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-decisions | Drafts 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. | no | false |
Outputs
no outputs