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:
Joseph T Lyons 2024-06-05 13:29:34 -04:00
parent a59dd7d06d
commit 071270fe88

View file

@ -32,7 +32,6 @@ ADDITIONAL_LABELS: set[str] = {
}
IGNORED_LABELS: set[str] = {
"ignore top-ranking issues",
"meta",
}
ISSUES_PER_LABEL: int = 20