Skip to content

Commit b65ce68

Browse files
authored
Updated codeowners for ci/dev tooling (apache#56798)
I believe we have now pretty strong and dedicated team that is involved in handling all kinds of dev/ci/cd setup, and it's worth to reflect that in the CODEOWNERS files
1 parent 352392f commit b65ce68

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

.github/CODEOWNERS

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@
1515
# Helm Chart
1616
/chart/ @dstandish @jedcunningham @hussein-awala
1717

18-
# Docs (without Providers)
19-
/docs/*.py @potiuk
20-
/docs/apache-airflow @potiuk
21-
/docs/docker-stack @potiuk
22-
/docs/helm-chart @dstandish @jedcunningham
18+
# Docs
19+
/docs/*.py @potiuk @ashb @gopidesupavan @amoghrajesh @jscheffl @bugraoz93 @kaxil @eladkal @jason810496
2320

2421
# API
2522
/airflow-core/src/airflow/api/ @ephraimbuddy @pierrejeambrun @rawwar @jason810496
@@ -79,7 +76,7 @@ airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/ @Lee-W @jason810496 # + @
7976
/docs/apache-airflow/authoring-and-scheduling/deferring.rst @dstandish @hussein-awala
8077

8178
# Secrets Backends
82-
/airflow-core/src/airflow/secrets @dstandish @potiuk @ashb
79+
/airflow-core/src/airflow/secrets @dstandish @ashb
8380

8481
# Providers
8582
/providers/amazon/ @eladkal @o-nikolas
@@ -95,26 +92,27 @@ airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/ @Lee-W @jason810496 # + @
9592
/providers/openlineage/ @mobuchowski
9693
/providers/slack/ @eladkal
9794
/providers/smtp/ @hussein-awala
98-
/providers/snowflake/ @potiuk @mik-laj
95+
/providers/snowflake/ @potiuk
9996
/providers/apache/iceberg/ @Fokko
10097

10198
# Dev tools
102-
/.github/workflows/ @potiuk @ashb @gopidesupavan
103-
/dev/ @potiuk @ashb @jedcunningham @gopidesupavan @amoghrajesh
99+
/.github/workflows/ @potiuk @ashb @gopidesupavan @amoghrajesh @jscheffl @bugraoz93 @kaxil @eladkal @jason810496
100+
/dev/ @potiuk @ashb @gopidesupavan @amoghrajesh @jscheffl @bugraoz93 @kaxil @eladkal @jason810496 @jedcunningham @ephraimbuddy
104101
/dev/react-plugin-tools/ @pierrejeambrun @bbovenzi
105102
/docker-tests/ @potiuk @ashb @gopidesupavan @jason810496
106103
/kubernetes-tests/ @potiuk @ashb @gopidesupavan @jason810496
107104
/helm-tests/ @dstandish @jedcunningham
108-
/scripts/ @potiuk @ashb @gopidesupavan
109-
Dockerfile @potiuk @ashb @gopidesupavan
110-
Dockerfile.ci @potiuk @ashb @gopidesupavan
111-
112-
# Releasing Guides & Project Guidelines
113-
/dev/PROJECT_GUIDELINES.md @kaxil
114-
/dev/PROVIDER_DISTRIBUTIONS_DETAILS.md @eladkal
115-
/dev/README.md @kaxil
116-
/dev/README_RELEASE_*.md @kaxil @pierrejeambrun
117-
/dev/README_RELEASE_PROVIDERS.md @eladkal
105+
/scripts/ @potiuk @ashb @gopidesupavan @amoghrajesh @jscheffl @bugraoz93 @kaxil @eladkal @jason810496
106+
Dockerfile @potiuk @ashb @gopidesupavan @amoghrajesh @jscheffl @bugraoz93 @kaxil @eladkal @jason810496
107+
Dockerfile.ci @potiuk @ashb @gopidesupavan @amoghrajesh @jscheffl @bugraoz93 @kaxil @eladkal @jason810496
108+
109+
# E2E integration tests
110+
/airflow-e2e-tests/ @potiuk @ashb @gopidesupavan @amoghrajesh @jscheffl @bugraoz93 @kaxil @eladkal @jason810496
111+
112+
# Task SDK integration tests
113+
/task-sdk-tests/ @potiuk @ashb @gopidesupavan @amoghrajesh @jscheffl @bugraoz93 @kaxil @eladkal @jason810496
114+
115+
# Issue triage process
118116
ISSUE_TRIAGE_PROCESS.rst @eladkal
119117

120118
# AIP-52 - Setup and Teardown
@@ -136,8 +134,5 @@ ISSUE_TRIAGE_PROCESS.rst @eladkal
136134
# Python SDK
137135
/task-sdk/ @ashb @kaxil @amoghrajesh
138136

139-
# Task SDK integration tests
140-
/task-sdk-tests/ @amoghrajesh
141-
142137
# Golang SDK
143138
/go-sdk/ @ashb @kaxil @amoghrajesh

0 commit comments

Comments
 (0)