Browse Source
👷 Update GitHub Action to notify translations with label `approved-1` (#11907)
👷 Update GitHub Action to notify translations with label approved-1
pull/11914/head
Sebastián Ramírez
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/actions/notify-translations/app/main.py
|
|
@ -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" |
|
|
|