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

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new d2d4135724 infra: notify on github workflow failure (#14609)
d2d4135724 is described below

commit d2d4135724b844107b6a0cc117c1776abbcf69d9
Author: Kevin Liu <[email protected]>
AuthorDate: Fri Nov 28 14:15:55 2025 -0800

    infra: notify on github workflow failure (#14609)
    
    Notify [email protected] when Github Workflow fails
---
 .asf.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.asf.yaml b/.asf.yaml
index d9734f1cd8..e7c1e4cab2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -64,6 +64,7 @@ notifications:
     commits:      [email protected]
     issues:       [email protected]
     pullrequests: [email protected]
+    jobs:         [email protected]
     jira_options: link label link label
 
 publish:

Reply via email to