From d4ffc1462726ec9019e18e840720e02c1a995ff1 Mon Sep 17 00:00:00 2001 From: Bryan Call Date: Mon, 20 Jul 2020 16:06:50 -0700 Subject: [PATCH 1/2] Updated GitHub description and homepage URL to be https --- .asf.yaml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 4100bb31607..06aa360c964 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -4,6 +4,24 @@ notifications: issues: issues@trafficserver.apache.org pullrequests: github@trafficserver.apache.org github: + description: "Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2.0 compliant caching proxy server." + homepage: https://trafficserver.apache.org/ + lables: + - proxy + - cdn + - cache + - apache + features: + # Enable wiki for documentation + wiki: false + # Enable issue management + issues: true + # Enable projects for project management boards + projects: true enabled_merge_buttons: - # enable squash button: - squash: true + # Enable squash button: + squash: true + # Disable rebase button: + rebase: false + # Disable merge button: + merge: false From 75581cace72be0f06259c6d23839a83d87cdaea3 Mon Sep 17 00:00:00 2001 From: Bryan Call Date: Wed, 22 Jul 2020 15:01:12 -0700 Subject: [PATCH 2/2] Updates from feedback --- .asf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 06aa360c964..31a9e90bf81 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -4,9 +4,9 @@ notifications: issues: issues@trafficserver.apache.org pullrequests: github@trafficserver.apache.org github: - description: "Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2.0 compliant caching proxy server." + description: "Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server." homepage: https://trafficserver.apache.org/ - lables: + labels: - proxy - cdn - cache