👷 Update GitHub Action to notify translations with label `approved-1` (#11907)

👷 Update GitHub Action to notify translations with label approved-1
This commit is contained in:
Sebastián Ramírez 2024-07-28 13:49:12 -05:00 committed by GitHub
parent dddf07904a
commit d6dfb9397b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ from pydantic import BaseModel, BaseSettings, SecretStr
awaiting_label = "awaiting-review"
lang_all_label = "lang-all"
approved_label = "approved-2"
approved_label = "approved-1"
translations_path = Path(__file__).parent / "translations.yml"
github_graphql_url = "https://api.github.com/graphql"