You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2020/07/21 08:10:53 UTC

[trafficserver-ingress-controller] branch master updated: Enable issues, squash before merge, add labels, and change descriptions

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

kichan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ac14e3  Enable issues, squash before merge, add labels, and change descriptions
9ac14e3 is described below

commit 9ac14e31391f566fae35698b407d4baf0e91d929
Author: Kit Chan <ki...@apache.org>
AuthorDate: Tue Jul 21 01:10:42 2020 -0700

    Enable issues, squash before merge, add labels, and change descriptions
---
 .asf.yaml | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 1eae81a..90f77fa 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -3,7 +3,19 @@ notifications:
   commits: commits@trafficserver.apache.org
   issues: issues@trafficserver.apache.org
   pullrequests: github@trafficserver.apache.org
-#github:
-#  enabled_merge_buttons:
-#    # enable squash button:
-#    squash:  true
+github:
+  description: Apache Traffic Server Ingress Controller for Kubernetes
+  homepage: https://github.com/apache/trafficserver-ingress-controller
+  labels:
+    - ingress-controller
+    - kubernetes
+    - kubernetes-ingress
+    - ingress
+    - kubernetes-ingress-controlle
+    - k8s
+    - apache
+  features:
+    issues: true
+  enabled_merge_buttons:
+    # enable squash button:
+    squash: true