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 e7c13f398ff Stop sending GitHub Actions job notifications to the jobs 
mailing list (#71709)
e7c13f398ff is described below

commit e7c13f398ff37d14037240cb81eaf51dc268e381
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Aug 19 16:10:52 2026 +0200

    Stop sending GitHub Actions job notifications to the jobs mailing list 
(#71709)
    
    The job notifications are not really useful - nobody acts on them, so
    routing them to a mailing list only adds noise.
---
 .asf.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 51cf7289e34..067dcf5cf28 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -138,7 +138,6 @@ github:
     - kacpermuda
 
 notifications:
-  jobs: [email protected]
   commits: [email protected]
   issues: [email protected]
   pullrequests: [email protected]

Reply via email to