From 87c0f135dc0318df3af0152ccb08312b36cf1510 Mon Sep 17 00:00:00 2001 From: Bob Killen Date: Mon, 5 Oct 2020 17:38:20 -0400 Subject: [PATCH] Update triage/support label references to kind/support (#6792) 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 62b8d7257..ddec84127 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 Kubespray -labels: triage/support +labels: kind/support ---