Browse Source
🔧 Rename label "awaiting review" to "awaiting-review" to simplify search queries (#10343)
pull/9919/merge
Sebastián Ramírez
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/actions/notify-translations/app/main.py
|
|
@ -9,7 +9,7 @@ import httpx |
|
|
|
from github import Github |
|
|
|
from pydantic import BaseModel, BaseSettings, SecretStr |
|
|
|
|
|
|
|
awaiting_label = "awaiting review" |
|
|
|
awaiting_label = "awaiting-review" |
|
|
|
lang_all_label = "lang-all" |
|
|
|
approved_label = "approved-2" |
|
|
|
translations_path = Path(__file__).parent / "translations.yml" |
|
|
|