mtent/SnapZip PR Context
Build local SnapZip review context for changed files in GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| db-dir | Directory for the temporary SnapZip memory database. | no | .snapzip-ci |
| langs | Language filter passed to snapzip index. | no | all |
| crawl | Directory to index, relative to the checked-out workspace. | no | . |
| base | Git base ref or SHA for snapzip pr --base. Defaults to the pull request base branch when available. | no | "" |
| changed | Use snapzip pr --changed instead of --base. | no | false |
| query | Optional extra review context query. | no | "" |
| limit | Maximum affected files and context snippets to include. | no | 10 |
| budget | Approximate byte budget for rendered review context. | no | 16000 |
| report-path | Markdown report path written by the action. | no | .snapzip-pr-context.md |
| json-path | JSON report path written by the action. | no | .snapzip-pr-context.json |
Outputs
| name | description |
|---|---|
| report_path | Path to the rendered Markdown PR context report. |
| json_path | Path to the structured JSON PR context report. |