mirror of https://github.com/tiangolo/fastapi.git
🔧 Rename label "awaiting review" to "awaiting-review" to simplify search queries (#10343)
This commit is contained in:
parent
1c4a9e91b6
commit
74cf05117b
|
|
@ -9,7 +9,7 @@ import httpx
|
||||||
from github import Github
|
from github import Github
|
||||||
from pydantic import BaseModel, BaseSettings, SecretStr
|
from pydantic import BaseModel, BaseSettings, SecretStr
|
||||||
|
|
||||||
awaiting_label = "awaiting review"
|
awaiting_label = "awaiting-review"
|
||||||
lang_all_label = "lang-all"
|
lang_all_label = "lang-all"
|
||||||
approved_label = "approved-2"
|
approved_label = "approved-2"
|
||||||
translations_path = Path(__file__).parent / "translations.yml"
|
translations_path = Path(__file__).parent / "translations.yml"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue