Move label data to a data file so multiple scripts can reference them

This commit is contained in:
Joseph T Lyons 2024-10-09 22:09:28 -04:00
parent ed484ecf5f
commit 285fb51771
2 changed files with 32 additions and 24 deletions

13
script/label_data.json Normal file
View 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"
}