Skip to content

Commit

Permalink
Update CODEOWNERS (#2991)
Browse files Browse the repository at this point in the history
* Update CODEOWNERS

* precommit
  • Loading branch information
tiffanychu90 authored Oct 7, 2023
1 parent 1d9583b commit a60266a
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# Names are in alphabetical order, no priority or seniority is implied

# repo owners
* @atvaccaro
* @hunterowens @evansiroky

# infra components
/.github/workflows @atvaccaro @SorenSpicknall
/ci @atvaccaro @SorenSpicknall
/iac @atvaccaro
/kubernetes @atvaccaro
/.github/workflows @evansiroky @SorenSpicknall
/ci @evansiroky @SorenSpicknall
/iac @evansiroky @SorenSpicknall
/kubernetes @evansiroky @SorenSpicknall

# jupyter service, e.g. updating the image
/kubernetes/apps/charts/jupyterhub @atvaccaro @SorenSpicknall
/images @atvaccaro @SorenSpicknall
/kubernetes/apps/charts/jupyterhub @evansiroky @SorenSpicknall
/images @evansiroky @SorenSpicknall

# project documentation
/docs @tiffanychu90

# actual pipeline code
/airflow @atvaccaro @SorenSpicknall
/jobs @atvaccaro @SorenSpicknall
/runbooks @atvaccaro @SorenSpicknall
/services @atvaccaro @SorenSpicknall
/warehouse @atvaccaro @SorenSpicknall
/airflow @evansiroky @SorenSpicknall
/jobs @evansiroky @SorenSpicknall
/runbooks @evansiroky @SorenSpicknall
/services @evansiroky @SorenSpicknall
/warehouse @evansiroky @SorenSpicknall

0 comments on commit a60266a

Please sign in to comment.