ksschkw/Driftlock
Fail a pull request when its documentation drifts from code (structural API changes not reflected in the docs).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Base git ref to compare against (the PR target). | no | ${{ github.event.pull_request.base.sha }} |
| head | Head git ref (the PR tip). | no | ${{ github.sha }} |
| version | Driftlock version to install (a git tag, or "latest"). | no | latest |
| api-key | LLM API key, exposed to Driftlock as $DRIFTLOCK_API_KEY. Pass a repository secret. | no | "" |
| report-only | When "true", report drift without failing the job (exit 0). Useful for gradual adoption. | no | false |
| working-directory | Directory containing .driftlock.toml. | no | . |
Outputs
no outputs