This is an automated email from the ASF dual-hosted git repository.

kvn pushed a commit to branch kv/asf-update
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git

commit 515c7328735dec8cd535b572e8b9e99aacad3a37
Author: kv <[email protected]>
AuthorDate: Sat Dec 5 23:36:39 2020 +0800

    fix: make labels in asf lowcase
---
 .asf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 9655243..cef24c5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,8 +21,8 @@ github:
     labels:
       - ingress
       - controller
-      - Kubernetes
-      - K8s
+      - kubernetes
+      - k8s
       - apigateway
       - microservices
       - api

Reply via email to