fix: run release-gate maintenance checks before merge - #1438
Conversation
|
Warning Review limit reached
Next review available in: 56 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (12)
📝 WalkthroughWalkthrough릴리즈 게이트 유지보수 경로를 정의하고 publish 검증 프로필에 조건부 릴리즈 게이트 테스트를 추가했습니다. 경로 분류, 매니페스트 적용성, 워크플로 계약, 실행 명령 및 관련 테스트가 함께 갱신되었습니다. Changes릴리즈 게이트 유지보수 검증
Estimated code review effort: 3 (Moderate) | ~25 minutes Sequence Diagram(s)sequenceDiagram
participant ChangedFiles
participant VerificationClassifier
participant VerificationManifest
participant ReleaseGateTests
ChangedFiles->>VerificationClassifier: 릴리즈 게이트 유지보수 경로 전달
VerificationClassifier->>VerificationManifest: publish 프로필 분류
VerificationManifest->>ReleaseGateTests: 적용 가능한 release-gate-tests 명령 생성
ReleaseGateTests->>ChangedFiles: 지정된 게이트 테스트 경로 실행
Possibly related PRs
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
📊 Benchmark Results✅ All benchmarks passed
Updated: 2026-07-22T00:09:06.508Z · Commit: 98254d0 |
6cbac9c to
63906d7
Compare
63906d7 to
2fc87dd
Compare
2fc87dd to
3e5d448
Compare
Outcome
Release-gate maintenance changes now select the publish verification profile before merge and run the same authoritative contract suite used by the Release workflow. A single inspectable inventory owns the 39 release-gate specs, their implementation entrypoints, transitive support scripts, workflow files, and policy inputs.
The root
test:release-gatescommand delegates to the verification manifest, while ordinary package-source changes retain proportional spine verification. Direct bundle-policy inputs also activate their owning bundle-size gate.CI surfaced newly published advisories while this PR was running. Repository overrides select patched Jaeger propagator and SVGO releases; the incompatible sharp advisory has a reviewed, owner-assigned exception expiring 2026-08-05 while Next.js adopts sharp 0.35. The two packed-install smoke cases that exceeded GitHub's default 10-second test limit retain bounded 30-second limits.
Verification
pnpm test:release-gates— 39/39 files, 865/865 testspnpm check— passed, 21/22 applicable gatespnpm typecheck— 225/225 taskspnpm test— 226/226 taskspnpm typecheck— 225/225 tasksReview notes
Fixes #1306
Summary by CodeRabbit
새 기능
버그 수정
테스트