This is an automated email from the ASF dual-hosted git repository.
yiconghuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-texera-site.git
The following commit(s) were added to refs/heads/main by this push:
new 9e0ca5e Add notification settings to .asf.yaml
9e0ca5e is described below
commit 9e0ca5e430cfaec0c480793ac888a8e58d488732
Author: Yicong Huang <[email protected]>
AuthorDate: Sun Nov 16 22:41:45 2025 -0800
Add notification settings to .asf.yaml
Add notification settings for various events.
---
.asf.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 67e8307..896b765 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -11,3 +11,10 @@ staging:
publish:
whoami: main
+
+notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+ discussions: [email protected]
+ jobs: [email protected]