mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-07 17:26:56 +00:00
d806df9f16
Sometimes, issues are created outside of issue templates (which we don't prefer, but we can't prevent). This updates our top-ranking issues script such that it will add `triage` and `admin read` labels to any issue that is missing a core label, so that we don't miss the issues when doing the next triage. Release Notes: - N/A
14 lines
301 B
JSON
14 lines
301 B
JSON
{
|
|
"core_labels": [
|
|
"defect",
|
|
"design",
|
|
"documentation",
|
|
"duplicate",
|
|
"enhancement",
|
|
"panic / crash",
|
|
"support"
|
|
],
|
|
"additional_labels": ["ai", "linux", "vim", "windows"],
|
|
"ignored_label": "ignore top-ranking issues",
|
|
"new_issue_labels": ["triage", "admin read"]
|
|
}
|