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 44b0e8a1c48 Adding release documents to RMs for visibility (#62485)
44b0e8a1c48 is described below
commit 44b0e8a1c48bdaf87c2156b39c9667c1470699fb
Author: Bugra Ozturk <[email protected]>
AuthorDate: Wed Feb 25 21:38:04 2026 +0100
Adding release documents to RMs for visibility (#62485)
---
.github/CODEOWNERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index cbb2a1ee0f0..40589d87384 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -149,3 +149,6 @@ Dockerfile.ci @potiuk @ashb @gopidesupavan @amoghrajesh
@jscheffl @bugraoz93 @ka
# Shared Libraries
/shared/ @ashb @amoghrajesh @potiuk
+
+# RMs on release documents
+/dev/README_RELEASE_*.md @potiuk @jscheffl @vincbeck @shahar1 @jedcunningham
@bugraoz93