This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 2784e64f5d Add Bolke as serialization code owner (#30323)
2784e64f5d is described below
commit 2784e64f5d7d596eae88ffa7d32dc6a49fec0597
Author: Tzu-ping Chung <[email protected]>
AuthorDate: Mon Mar 27 17:49:58 2023 +0800
Add Bolke as serialization code owner (#30323)
We already do this anyway (by manually tagging) so let's just make
GitHub do it automatically.
---
.github/CODEOWNERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 2dbb5f9854..c47fab2b6f 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -4,7 +4,7 @@
/airflow/models/ @kaxil @XD-DENG @ashb
# DAG Serialization
-/airflow/serialization/ @kaxil @ashb
+/airflow/serialization/ @kaxil @ashb @bolkedebruin
# DAG Parsing
/airflow/dag_processing @jedcunningham @ephraimbuddy