From: Sean Liao Date: Sun, 30 Jul 2023 08:46:55 +0000 (+0100) Subject: .github: fix templates with multiple labels X-Git-Tag: go1.22rc1~1473 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=8613ef81e676bda77f6413a587e68c3dcc5b03ae;p=gostls13.git .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 --- 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 ---