From 8613ef81e676bda77f6413a587e68c3dcc5b03ae Mon Sep 17 00:00:00 2001 From: Sean Liao Date: Sun, 30 Jul 2023 09:46:55 +0100 Subject: [PATCH] .github: fix templates with multiple labels Also Go2 -> v2 Change-Id: Icde8ffc4a1ee2e43241a3dcd00ff0c48992b1e25 Reviewed-on: https://go-review.googlesource.com/c/go/+/514175 Auto-Submit: Dmitri Shuralyov Reviewed-by: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov TryBot-Bypass: Dmitri Shuralyov --- .github/ISSUE_TEMPLATE/03-gopls.md | 4 +++- .github/ISSUE_TEMPLATE/11-language-change.md | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/03-gopls.md b/.github/ISSUE_TEMPLATE/03-gopls.md index c4934c3898..a6b9d913c1 100644 --- a/.github/ISSUE_TEMPLATE/03-gopls.md +++ b/.github/ISSUE_TEMPLATE/03-gopls.md @@ -2,7 +2,9 @@ name: Gopls bugs or feature requests about: Issues or feature requests for the Go language server (gopls) title: "x/tools/gopls: " -labels: gopls Tools +labels: + - gopls + - Tools ---