codeflash-internal/.github
Kevin Turcios cf28fa6299
Consolidate CI into single workflow with shared actions (#2614)
Replace 7 separate CI workflow files with a unified ci.yaml that uses
shared workflows from codeflash-ai/github-workflows:

- determine-changes: reusable workflow for path-based change detection
- prek-lint: reusable workflow for pre-commit checks
- ci-python-uv: reusable workflow for Python typecheck
- required-checks-gate: composite action for gate job

All downstream jobs use fromJSON(needs.determine-changes.outputs.flags)
for conditional execution. A single required-checks-passed gate job
replaces per-workflow required checks.

Private repos need explicit permissions on reusable workflow calls
(contents:write for prek) since they don't inherit permissive defaults.
2026-04-23 05:26:05 -05:00
..
workflows Consolidate CI into single workflow with shared actions (#2614) 2026-04-23 05:26:05 -05:00
dependabot.yml Make dependabot run monthly rather than weekly 2024-02-12 16:47:21 -08:00
pull_request_template.md VSC package upgrade 0.0.13 (#1931) 2025-10-24 17:39:35 -07:00