This is an automated email from the ASF dual-hosted git repository.
eya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-age.git
The following commit(s) were added to refs/heads/master by this push:
new 09e7b04 Update .asf.yaml
09e7b04 is described below
commit 09e7b04fe44fcaab90ab34eb32b05201965b8892
Author: Eya Badal <[email protected]>
AuthorDate: Mon Jan 11 09:54:09 2021 -0800
Update .asf.yaml
---
.asf.yaml | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 1e45c0d..03ac788 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,10 +1,15 @@
+notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+
github:
features:
- # Enable wiki for documentation
wiki: true
- # Enable issue management
issues: true
- # Enable projects for project management boards
projects: true
- # Enable disscussion for discussions
- discussions: true
+
+ enabled_merge_buttons:
+ squash: true
+ merge: false
+ rebase: true