Skip to content

Commit

Permalink
Remove meta label
Browse files Browse the repository at this point in the history
This label has been deleted. Now, the only label used for ignoring top-ranking issues is `ignore top-ranking issues`.
  • Loading branch information
JosephTLyons committed Jun 5, 2024
1 parent a59dd7d commit 071270f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/update_top_ranking_issues/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
}
IGNORED_LABELS: set[str] = {
"ignore top-ranking issues",
"meta",
}
ISSUES_PER_LABEL: int = 20

Expand Down

0 comments on commit 071270f

Please sign in to comment.