forked from cal-itp/data-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
41 lines (30 loc) · 1.42 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
32
33
34
35
36
37
38
39
40
41
# repo owners
* @evansiroky @atvaccaro
# devops components
/kubernetes @lottspot @themightychris
/ci @lottspot @atvaccaro
/services @lottspot @atvaccaro
# jupyter service, e.g. updating the image
/kubernetes/apps/charts/jupyterhub @lottspot @charlie-costanzo @atvaccaro
# project documentation
/docs @charlie-costanzo @holly-g
# payments data
/airflow/dags/payments*/* @mjumbewu @evansiroky
# gtfs data
/airflow/data/agencies.yml @lauriemerrell @evansiroky
# gtfs rt
/airflow/dags/gtfs*/* @lauriemerrell @atvaccaro
/airflow/dags/rt*/* @lauriemerrell @evansiroky @atvaccaro
# airtable
/airflow/dags/airtable*/* @lauriemerrell
# devops GitHub workflows
/.github/workflows/service-build.yml @lottspot @atvaccaro
/.github/workflows/service-release.yml @lottspot @atvaccaro
# publish GitHub workflows
/.github/workflows/publish-docs.yml @atvaccaro
/.github/workflows/push_to_gcloud.yml @lottspot @atvaccaro @lauriemerrell
# qa GitHub workflows
/.github/workflows/lint.yml @themightychris @atvaccaro
# misc GitHub workflows
/.github/workflows/board-move-issues.yml @charlie-costanzo @holly-g
/.github/workflows/update_gcloud_requirements.yml @evansiroky @atvaccaro