From a9ff3f8749223308fd90b9e9cba4149f5e518af8 Mon Sep 17 00:00:00 2001 From: Steve Sloka Date: Thu, 11 Feb 2021 15:14:14 -0500 Subject: [PATCH] site/_data: Rename service-apis label to gateway-api Updates #3349 Signed-off-by: Steve Sloka --- site/_data/github-labels.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/site/_data/github-labels.yaml b/site/_data/github-labels.yaml index b47435d4450..45394b1698f 100644 --- a/site/_data/github-labels.yaml +++ b/site/_data/github-labels.yaml @@ -80,12 +80,19 @@ default: previously: - name: Ingress - color: 0052cc - description: Issues or PRs related to the Gateway (Service APIs working group) API. - name: area/service-apis + description: Issues or PRs related to the Gateway (Gateway API working group) API. + name: area/gateway-api target: both addedBy: label previously: - name: service-apis + - color: 0052cc + description: Issues or PRs related to the Gateway (Gateway API working group) API. + name: area/gateway-api + target: both + addedBy: label + previously: + - name: area/service-apis - color: 0052cc description: Issues or PRs related to the web site. name: area/website