]> Cypherpunks.ru repositories - gostls13.git/commitdiff
.github: fix templates with multiple labels
authorSean Liao <sean@liao.dev>
Sun, 30 Jul 2023 08:46:55 +0000 (09:46 +0100)
committerGopher Robot <gobot@golang.org>
Mon, 31 Jul 2023 18:28:27 +0000 (18:28 +0000)
Also Go2 -> v2

Change-Id: Icde8ffc4a1ee2e43241a3dcd00ff0c48992b1e25
Reviewed-on: https://go-review.googlesource.com/c/go/+/514175
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>

.github/ISSUE_TEMPLATE/03-gopls.md
.github/ISSUE_TEMPLATE/11-language-change.md

index c4934c38982b43c209ba83065381684b4f624e36..a6b9d913c1fea8430296ccdc8c48efb89d32b45e 100644 (file)
@@ -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
 ---
 
 <!--
index 2032301327f479986cbd14c81ffd40180bce196f..cc9b82b3b761cecdd3d1a520fc060f74bef92612 100644 (file)
@@ -2,7 +2,10 @@
 name: Language Change Proposals
 about: Changes to the language
 title: "proposal: Go 2: "
-labels: Proposal Go2 LanguageChange
+labels:
+  - Proposal
+  - v2
+  - LanguageChange
 ---
 
 <!--