skip billing for open-git repo. We already pay
last month
13 files changed
- apps/web/.env.example+3−0
- apps/web/app/[username]/[repository]/settings/autopilot/page.tsx+1−1
- apps/web/db/pr-autopilot.ts+9−2
- apps/web/lib/billing/autopilot-allowlist.test.ts+76−0
- apps/web/lib/billing/autopilot-allowlist.ts+36−0
- apps/web/lib/billing/entitlements.ts+25−5
- apps/web/lib/ci/ci-repository-policy.ts+17−33
- apps/web/lib/ci/owner-repo-allowlist.ts+51−0
- deploy/.env.example+3−3
- deploy/README.md+2−1
- deploy/docker-compose.app.yml+3−0
- deploy/docker-compose.single.yml+3−0
- turbo.json+1−0