mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 02:37:21 +00:00
Remove meta
label
This label has been deleted. Now, the only label used for ignoring top-ranking issues is `ignore top-ranking issues`.
This commit is contained in:
parent
a59dd7d06d
commit
071270fe88
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ ADDITIONAL_LABELS: set[str] = {
|
||||||
}
|
}
|
||||||
IGNORED_LABELS: set[str] = {
|
IGNORED_LABELS: set[str] = {
|
||||||
"ignore top-ranking issues",
|
"ignore top-ranking issues",
|
||||||
"meta",
|
|
||||||
}
|
}
|
||||||
ISSUES_PER_LABEL: int = 20
|
ISSUES_PER_LABEL: int = 20
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue