Unified CI Pipeline with Consolidated Reviews - #9
Merged
Conversation
Agent-Type: unknown Agent-ID: a131ec9 Files-Edited: 1 Files-New: 1 Files-Deleted: 0
Agent-Type: unknown Agent-ID: ac1f32c Files-Edited: 1 Files-New: 1 Files-Deleted: 0
Agent-Type: unknown Agent-ID: a073a08 Files-Edited: 2 Files-New: 0 Files-Deleted: 6
Agent-Type: unknown Agent-ID: a7891f3 Files-Edited: 5 Files-New: 5 Files-Deleted: 0
- Added github.event_name == 'pull_request' check to reviews job - Fixed concurrency group to use head_ref for proper PR branch handling - Prevents duplicate review runs when pushing to PR branches
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Redesigns the CI architecture to provide a unified pipeline with proper dependency chains and consolidated review comments.
Closes #8
Changes
New Unified CI Pipeline (
.github/workflows/ci-pipeline.yml)CI / Lint,CI / Typecheck,CI / Unit Testspull_requestevents (prevents duplicates)head_reffor proper PR branch handlingConsolidated Comment Action (
.github/actions/consolidate-comment/)<details>dropdowns per review agentTemplate System (
.github/templates/)template-vercel.yml- Vercel + E2E + UI Reviewtemplate-supabase-vercel.yml- Supabase + Vercel full-stacktemplate-cloudflare.yml- Cloudflare Pages deploymentstemplate-non-deployable.yml- Libraries/Actions (no E2E, no UI review)Cleanup
Related PRs
Org Rulesets Applied
Both
constellosandcelestian-devorgs now have "Basic CI" rulesets requiring:CI / LintCI / TypecheckCI / Unit Tests🤖 Generated with Claude Code