Hi all, We recently noticed and fixed an issue with PyIceberg’s GitHub Action runs [1] that had been silently failing for a while and went unnoticed due to lack of alerts. To prevent this in the future, I’d like to request creating a new mailing alias ([email protected]) for GitHub Actions job failure notifications.
Instructions for creating a new mailing list are here [2]. Once created, we can configure the .asf.yaml file [3] to send notifications when a workflow fails: ``` notifications: jobs: [email protected] ``` Best, Kevin Liu [1] https://github.com/apache/iceberg-python/pull/2678 [2] https://infra.apache.org/mailing-list-moderation.html#new-mailing-list [3] https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#github-actions-build-status-emails
