socialgouv/RepoFalcon
Generate deterministic RepoFalcon artifacts (Parquet tables + optional PR context pack) for downstream review tooling.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Path to the repository root (relative to $GITHUB_WORKSPACE). | no | . |
| out | Output directory for generated artifacts (relative to $GITHUB_WORKSPACE). | no | artifacts |
| base | Git base ref/sha (required when mode=pr). | no | — |
| head | Git head ref/sha (required when mode=pr). | no | — |
| mode | Execution mode: index (index only), snapshot (index+snapshot), pr (index+snapshot+pr-pack). | no | pr |
| go-version | Go toolchain version to use. | no | 1.22.x |
Outputs
| name | description |
|---|---|
| artifacts-dir | Absolute path to the artifacts output directory. |
| context-pack-path | Absolute path to pr_context_pack.json (only when mode=pr; empty otherwise). |
| review-report-path | Absolute path to review_report.md (only when mode=pr; empty otherwise). |