Move label data to a data file so multiple scripts can reference them
This commit is contained in:
parent
ed484ecf5f
commit
285fb51771
2 changed files with 32 additions and 24 deletions
13
script/label_data.json
Normal file
13
script/label_data.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"core_labels": [
|
||||
"defect",
|
||||
"design",
|
||||
"documentation",
|
||||
"duplicate",
|
||||
"enhancement",
|
||||
"panic / crash",
|
||||
"support"
|
||||
],
|
||||
"additional_labels": ["ai", "linux", "vim", "windows"],
|
||||
"ignored_label": "ignore top-ranking issues"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue