mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +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
13 lines
270 B
TOML
13 lines
270 B
TOML
[project]
|
|
name = "update-top-ranking-issues"
|
|
version = "0.1.0"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"mypy>=1.11.2",
|
|
"pygithub>=2.4.0",
|
|
"pytz>=2024.2",
|
|
"ruff>=0.6.9",
|
|
"typer>=0.12.5",
|
|
"types-pytz>=2024.2.0.20241003",
|
|
]
|