Skip to content

Commit

Permalink
internal/devtools/cmd/labeleval: add more issues
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jba committed Dec 14, 2024
1 parent 58a1d42 commit 1c5f02e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
20 changes: 20 additions & 0 deletions internal/devtools/cmd/labeleval/issues.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,24 @@
69038 builders
# 69039 PR
69040 invalid
# 41 bot
69042 bug
# 43 PR
69044 bug
69045 languageProposal
69046 bug
69047 accessRequest
# 48 bot
# 49 bot
69050 bug
69051 bug
# 52 PR
69053 bug
69054 bug
69055 other
# 56 PR
69057 bug
69058 featureRequest
# 69059 does not exist
69060 bug

6 changes: 5 additions & 1 deletion internal/labels/static/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@
"Label": "WAILABEL",
"Description": "This issue describes something that is working as it is supposed to."
},

{
"Name": "featureRequest",
"Label": "FeatureRequestLABEL",
"Description": "Issues asking for a new feature that does not need a proposal."
},
{
"Name": "documentation",
"Label": "DocLabel",
Expand Down

0 comments on commit 1c5f02e

Please sign in to comment.