]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Update GitHub Action to notify translations with label `approved-1` (#11907)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 28 Jul 2024 18:49:12 +0000 (13:49 -0500)
committerGitHub <noreply@github.com>
Sun, 28 Jul 2024 18:49:12 +0000 (13:49 -0500)
👷 Update GitHub Action to notify translations with label approved-1

.github/actions/notify-translations/app/main.py

index 8ac1f233d6981d00824bc880e6ada302dea515fb..9ded86da944b5c2740a054ec5daa2f12ad789037 100644 (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"