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

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


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

commit 46fa95cc0b8c8b94059684fa44fa5eca0d501032
Author: Kevin Liu <[email protected]>
AuthorDate: Tue Nov 18 01:30:54 2025 -0800

    infra: notify on github workflow failure (#1870)
    
    ## Which issue does this PR close?
    
    - Closes #.
    
    ## What changes are included in this PR?
    
    Notify [email protected] when Github Workflow fails
    
    For more context, see
    https://lists.apache.org/thread/sx7hz7tcs39tcfgywdh97gvbrtpdftxl
    
    ## Are these changes tested?
    
    <!--
    Specify what test covers (unit test, integration test, etc.).
    
    If tests are not included in your PR, please explain why (for example,
    are they covered by existing tests)?
    -->
---
 .asf.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.asf.yaml b/.asf.yaml
index a5c0f930..f46c437a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -61,5 +61,6 @@ notifications:
   commits: [email protected]
   issues: [email protected]
   pullrequests: [email protected]
+  jobs:         [email protected]
   jira_options: link label link label
   discussions: [email protected]

Reply via email to