This is an automated email from the ASF dual-hosted git repository.
wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-control-plane.git
The following commit(s) were added to refs/heads/master by this push:
new 390c9fc change: add notifications in .asf.yaml (#20)
390c9fc is described below
commit 390c9fcf380dc1a4311c720426a0f9fece315695
Author: kv <[email protected]>
AuthorDate: Mon Aug 31 18:20:53 2020 +0800
change: add notifications in .asf.yaml (#20)
---
.asf.yaml | 59 ++++++++++++++++++++++++++++++-----------------------------
1 file changed, 30 insertions(+), 29 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index c333bef..1327d8a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,35 +16,36 @@
#
github:
- description: The Control-Plane for APISIX
- homepage: https://apisix.apache.org/
- labels:
- - control-plane
- - cp
- - cloud-native
- - api-gateway
- - go
- - microservices
- - api
- - yaml
- - api-management
- - apisix
- - gitops
- - devops
- - kubernetes
- - docker
- - cluster
+ description: The Control-Plane for APISIX
+ homepage: https://apisix.apache.org/
+ labels:
+ - control-plane
+ - cp
+ - cloud-native
+ - api-gateway
+ - go
+ - microservices
+ - api
+ - yaml
+ - api-management
+ - apisix
+ - gitops
+ - devops
+ - kubernetes
+ - docker
+ - cluster
- features:
- issues: true
- projects: true
+ features:
+ issues: true
+ projects: true
- enabled_merge_buttons:
- squash: true
- merge: false
- rebase: false
+ enabled_merge_buttons:
+ squash: true
+ merge: false
+ rebase: false
-# notifications:
-# commits: [email protected]
-# issues: [email protected]
-# pullrequests: [email protected]
+ notifications:
+ pullrequests_status: [email protected]
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]