chore(github): update CI workflows, prompts, and PR template#113
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Summary of ChangesHello @loothero, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request consolidates frontend-related directories by removing explicit references to Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Ignored Files
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
📝 WalkthroughWalkthroughThe PR narrows review scopes by removing Changes
Sequence Diagram(s)mermaid PR->>GH: push / open PR triggers workflow Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request provides updates to the repository's GitHub configuration, including review prompts and the pull request template. The changes consistently remove references to the ui/** directory, consolidating paths and commands under client/**. This includes updating review scopes, checklist items, and example commands, which also reflect a switch from npm to pnpm. These are appropriate housekeeping changes that align the repository's configuration with its evolving structure. The changes are correct and consistent across all files.
There was a problem hiding this comment.
Pull request overview
This PR modernizes the CI/CD infrastructure by syncing review prompts, adding a dedicated main branch CI workflow, and cleaning up references to the old ui/** directory structure that has been replaced by client/**.
Changes:
- Added comprehensive AI review gating logic to prevent reviews on forks, missing secrets, and workflow modifications
- Created new
main-ci.ymlworkflow for main/next branch testing with infrastructure validation - Updated all documentation and prompts to reflect
client/**instead of legacyui/**references
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/pr-ci.yml |
Added AI review gating with fork/secret/workflow detection, REVIEW_MARKER system for deduplication, improved Claude comment detection with explicit usernames, separated *_ci and *_review path filters, removed unnecessary lint dependencies from general review jobs, added comprehensive review enforcement logic |
.github/workflows/main-ci.yml |
New workflow for main/next branch CI with same job structure as PR workflow but without AI reviews, includes infrastructure validation for YAML/JSON files |
.github/pull_request_template.md |
Removed obsolete ui/** references, updated examples to use client/ with pnpm instead of npm |
.github/prompts/indexer-review.md |
Removed ui/** from out-of-scope domain list |
.github/prompts/client-review.md |
Updated scope from ui/** and client/** to just client/**, updated generated code path |
.github/prompts/cairo-review.md |
Removed ui/** from out-of-scope domain list |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codex Review - General Engineering Review[HIGH] [MEDIUM] [MEDIUM] [LOW] Summary: 0 CRITICAL, 1 HIGH, 2 MEDIUM, 1 LOW, 0 INFO |
Summary
.github/promptsreview prompt updates.github/pull_request_template.md.github/workflows/main-ci.yml.github/workflows/pr-ci.ymlScope
This PR contains only
.github/**changes and no application/runtime code changes.Summary by CodeRabbit