-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathCODEOWNERS
24 lines (18 loc) · 964 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# global
* @cicdw @desertaxle @zzstoatzz
# ui
/ui @znicholasbrown
# documentation
/docs @aaazzam @kevingrismore @daniel-prefect @seanpwlms
# integrations
/src/integrations/prefect-dbt @aaazzam @kevingrismore
# GitHub takes into account the last file ref for review requests
# this resets the file to global owners to avoid huge review teams
/docs/v3/develop/settings-ref.mdx @cicdw @desertaxle @zzstoatzz
/docs/v3/api-ref/rest-api/server/schema.json @cicdw @desertaxle @zzstoatzz
# imports
/src/prefect/__init__.py @aaazzam @chrisguidry @cicdw @desertaxle @zzstoatzz
/src/prefect/main.py @aaazzam @chrisguidry @cicdw @desertaxle @zzstoatzz
# UI Replatform
/ui-v2 @aaazzam @desertaxle @devinvillarosa @devangrose @pleek91
/ui-v2/src/api/prefect.ts @cicdw @desertaxle @zzstoatzz