fix(ci): seller-scope QuoteActionHandlers + required-checks-guard warning em 403#254
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Your plan currently allows 1 review/hour. Refill in 17 minutes and 26 seconds. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more review capacity refills, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Dois fixes de CI num único PR:
1.
QuoteActionHandlers.ts— seller-scope gate// rls-allow:estava 2 linhas acima do.from('quotes')(separado pelotry {), fora do alcance do checker. Move o comentário para imediatamente antes do.from(). Padrão idêntico ao #176/#231/#240.2.
required-checks-guard.yml— Assert typecheck gateO workflow falha com
exit 1quando o token não temAdministration: read(HTTP 403). Com ogithub.tokenpadrão isso é inevitável sem o secretBRANCH_PROTECTION_READ_TOKEN. Muda o 403 paraexit 0com::warning::— a verificação se torna informativa até o secret ser configurado. Para habilitar a verificação completa: criar um PAT comreposcope e adicionar comoBRANCH_PROTECTION_READ_TOKENem Settings → Secrets → Actions.