From d963b1afddc2e7d218c2679eda4bd5fffddb87f0 Mon Sep 17 00:00:00 2001 From: Bob Killen Date: Thu, 1 Oct 2020 20:09:37 -0400 Subject: [PATCH] Update triage/support label references to kind/support The label triage/support has been reclassified as kind/support. The kind/* family of labels makes more logical sense, as they describe the "kind" of thing an issue or PR is. For more information, see the announcement email: https://groups.google.com/g/kubernetes-dev/c/YcaJpsjjLKw/m/i15cLLx5CAAJ --- .github/ISSUE_TEMPLATE/support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md index d4041509301..9e95f016f04 100644 --- a/.github/ISSUE_TEMPLATE/support.md +++ b/.github/ISSUE_TEMPLATE/support.md @@ -1,7 +1,7 @@ --- name: Support Request about: Support request or question relating to Kubernetes -labels: triage/support +labels: kind/support ---