-
Notifications
You must be signed in to change notification settings - Fork 523
Expand file tree
/
Copy pathCODEOWNERS
More file actions
29 lines (26 loc) · 1.25 KB
/
Copy pathCODEOWNERS
File metadata and controls
29 lines (26 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Default all repository changes to the CLI team.
* @supabase/cli
# Dependabot-only dependency surfaces. These ownerless rules override the
# catch-all above so CI-green Dependabot PRs can be auto-approved and merged.
/.github/workflows/*.yml
**/package.json
**/go.mod
**/go.sum
/apps/cli/src/shared/services/Dockerfile
/pnpm-lock.yaml
/pnpm-workspace.yaml
# The AI review pipeline (workflow, supporting scripts, and prompts/schemas)
# executes trusted checkout code with API keys and can react to arbitrary
# comments/PRs; github-scripts-ci.yml tests and type-checks that same code —
# keep all of it under maintainer review rather than the ownerless Dependabot
# workflow-files rule above (which would otherwise un-own the two *.yml
# files here). Last matching pattern wins, so these restore/reassert
# ownership explicitly, even where the catch-all above already covers a path.
/.github/workflows/ai-review.yml @supabase/cli
/.github/workflows/github-scripts-ci.yml @supabase/cli
/.github/scripts/ai-review/** @supabase/cli
/.github/ai-review/** @supabase/cli
# Generated code. These ownerless rules override the catch-all above so
# CI-green sync PRs (e.g. Management API OpenAPI spec) can be auto-merged.
/apps/cli-go/pkg/api/*.gen.go
/packages/api/src/generated/