This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new 4da978e39f [MINOR] add notification config for discussions (#6960)
4da978e39f is described below
commit 4da978e39f4b5ff162d3823e034f4b45d004bc78
Author: Kang <[email protected]>
AuthorDate: Wed Apr 16 14:51:37 2025 +0800
[MINOR] add notification config for discussions (#6960)
### What changes were proposed in this pull request?
add notification config for discussions
### Why are the changes needed?
According to the Apache Infrastructure’s official guidelines
we should set notification config in .asf.yaml
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
N/A
---
.asf.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.asf.yaml b/.asf.yaml
index b974606a0c..3f12f0d0d2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -67,3 +67,4 @@ notifications:
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
+ discussions: [email protected]