From ecfeaecb4696e4b0f4f880fe782397296e4601f7 Mon Sep 17 00:00:00 2001 From: Bob Killen Date: Fri, 2 Oct 2020 09:10:51 -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-question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/support-question.md b/.github/ISSUE_TEMPLATE/support-question.md index 85b0b6fb4..e80544d4f 100644 --- a/.github/ISSUE_TEMPLATE/support-question.md +++ b/.github/ISSUE_TEMPLATE/support-question.md @@ -2,7 +2,7 @@ name: Question about: Any questions you might have. title: '' -labels: triage/support +labels: kind/support assignees: '' ---