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 25c0eb5bbac Add CODEOWNERS for agentic instruction files (#62618)
25c0eb5bbac is described below
commit 25c0eb5bbac56076fa3f6990000b9a561a475ed5
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Feb 28 11:55:42 2026 +0100
Add CODEOWNERS for agentic instruction files (#62618)
Co-authored-by: Claude Opus 4.6 <[email protected]>
---
.github/CODEOWNERS | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 40589d87384..1325f31e34a 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -150,5 +150,12 @@ Dockerfile.ci @potiuk @ashb @gopidesupavan @amoghrajesh
@jscheffl @bugraoz93 @ka
# Shared Libraries
/shared/ @ashb @amoghrajesh @potiuk
+# Agentic instructions
+/AGENTS.md @potiuk @kaxil @jscheffl @amoghrajesh @ashb @sjyangkevin
+/.github/instructions/ @potiuk @kaxil @jscheffl @amoghrajesh @ashb @sjyangkevin
+/airflow-core/src/airflow/api_fastapi/execution_api/AGENTS.md @potiuk @kaxil
@jscheffl @amoghrajesh @ashb @sjyangkevin
+/providers/AGENTS.md @potiuk @kaxil @jscheffl @amoghrajesh @ashb @sjyangkevin
+/.github/skills/ @potiuk @kaxil @jscheffl @amoghrajesh @ashb @sjyangkevin
+
# RMs on release documents
/dev/README_RELEASE_*.md @potiuk @jscheffl @vincbeck @shahar1 @jedcunningham
@bugraoz93