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

kevinjqliu pushed a commit to branch kevinjqliu/github-ci-jobs
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit f407ea92ebe323910483c491ec08c5f84e72fe4f
Author: Kevin Liu <[email protected]>
AuthorDate: Mon Nov 17 15:24:37 2025 -0800

    infra: notify on github workflow failure
    
    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