chore(codeowners): unown ui container plumbing entirely

The Dockerfile and nginx.conf are deploy infra, so nobody on the dashboard side needs to gate them. Drop the remaining owner instead of making one person the sole required approver.
This commit is contained in:
ryan-crabbe-berri 2026-08-24 12:04:17 -07:00
parent 79d0d7a48e
commit 5ed83942dc

4
.github/CODEOWNERS vendored
View file

@ -1,7 +1,7 @@
/ui/ @yuneng-berri @ryan-crabbe-berri
/litellm/proxy/_experimental/out/ @yuneng-berri @ryan-crabbe-berri
/ui/Dockerfile @yuneng-berri
/ui/nginx.conf @yuneng-berri
/ui/Dockerfile
/ui/nginx.conf
/ui/litellm-dashboard/src/lib/http/schema.d.ts
/ui/litellm-dashboard/tsconfig.tsbuildinfo
/model_prices_and_context_window.json @mateo-berri