forked from cal-itp/data-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
31 lines (23 loc) · 1.01 KB
/
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
25
26
27
28
29
30
31
# repo owners
* @hunterowens @machow @themightychris
# devops components
/kubernetes @lottspot @themightychris
/ci @lottspot
/services @lottspot
# project documentation
/docs @charlie-costanzo
# payments data
/airflow/dags/payments*/* @mjumbewu @evansiroky
# gtfs data
/airflow/data/agencies.yml @Nkdiaz @machow @evansiroky
# devops GitHub workflows
/.github/workflows/service-build.yml @lottspot
/.github/workflows/service-release.yml @lottspot
# publish GitHub workflows
/.github/workflows/publish-docs.yml @Nkdiaz @machow
/.github/workflows/push_to_gcloud.yml @machow @lottspot
# qa GitHub workflows
/.github/workflows/lint.yml @machow @hunterowens @themightychris
# misc GitHub workflows
/.github/workflows/board-move-issues.yml @machow
/.github/workflows/update_gcloud_requirements.yml @hunterowens