🔧 Rename label "awaiting review" to "awaiting-review" to simplify search queries (#10343)

This commit is contained in:
Sebastián Ramírez 2023-09-27 18:01:46 -05:00 committed by GitHub
parent 1c4a9e91b6
commit 74cf05117b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"