This is an automated email from the ASF dual-hosted git repository.

kaxilnaik 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 efacf9a4cb5 Instruct agents to never add Co-Authored-By for themselves 
(#63469)
efacf9a4cb5 is described below

commit efacf9a4cb5d67ff8b835d3d9965a60edbc624ec
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Mar 12 19:38:12 2026 +0100

    Instruct agents to never add Co-Authored-By for themselves (#63469)
    
    Agents are assistants, not authors — only humans should be listed
    as co-authors in commit messages.
---
 AGENTS.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/AGENTS.md b/AGENTS.md
index d707e4c7a79..3cf35fc9de5 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -97,6 +97,8 @@ Write commit messages focused on user impact, not 
implementation details.
 Add a newsfragment for user-visible changes:
 `echo "Brief description" > 
airflow-core/newsfragments/{PR_NUMBER}.{bugfix|feature|improvement|doc|misc|significant}.rst`
 
+- NEVER add Co-Authored-By with yourself as co-author of the commit. Agents 
cannot be authors, humans can be, Agents are assistants.
+
 ### Creating Pull Requests
 
 **Always push to the user's fork**, not to the upstream `apache/airflow` repo. 
Never push

Reply via email to