Skip to content

Commit 1c5f02e

Browse files
committed
internal/devtools/cmd/labeleval: add more issues
Also add a new category, featureRequest. For #64. Change-Id: I0409da33b4431d39bf72c3646b878c4fef3d8ea8 Reviewed-on: https://go-review.googlesource.com/c/oscar/+/635975 Reviewed-by: Tatiana Bradley <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 58a1d42 commit 1c5f02e

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

internal/devtools/cmd/labeleval/issues.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,24 @@
3939
69038 builders
4040
# 69039 PR
4141
69040 invalid
42+
# 41 bot
43+
69042 bug
44+
# 43 PR
45+
69044 bug
46+
69045 languageProposal
47+
69046 bug
48+
69047 accessRequest
49+
# 48 bot
50+
# 49 bot
51+
69050 bug
52+
69051 bug
53+
# 52 PR
54+
69053 bug
55+
69054 bug
56+
69055 other
57+
# 56 PR
58+
69057 bug
59+
69058 featureRequest
60+
# 69059 does not exist
61+
69060 bug
4262

internal/labels/static/categories.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@
6060
"Label": "WAILABEL",
6161
"Description": "This issue describes something that is working as it is supposed to."
6262
},
63-
63+
{
64+
"Name": "featureRequest",
65+
"Label": "FeatureRequestLABEL",
66+
"Description": "Issues asking for a new feature that does not need a proposal."
67+
},
6468
{
6569
"Name": "documentation",
6670
"Label": "DocLabel",

0 commit comments

Comments
 (0)