This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new a01ccafbd ORC-1158: Add notification settings to .asf.yaml (#1097)
a01ccafbd is described below
commit a01ccafbda7f8da9dac3dd2b4faa1d3700821903
Author: William Hyun <[email protected]>
AuthorDate: Mon Apr 25 23:11:25 2022 -0700
ORC-1158: Add notification settings to .asf.yaml (#1097)
### What changes were proposed in this pull request?
This PR aims to add notification settings to .asf.yaml.
### Why are the changes needed?
ASF require that we receive all discussions on the mailing list.
### How was this patch tested?
Manual review.
---
.asf.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index a5d5b85c3..14178a61c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,3 +30,7 @@ github:
- java
- cpp
- big-data
+notifications:
+ pullrequests: [email protected]
+ issues: [email protected]
+ commits: [email protected]