mirror of https://github.com/tiangolo/fastapi.git
👷 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:
parent
dddf07904a
commit
d6dfb9397b
|
|
@ -11,7 +11,7 @@ from pydantic import BaseModel, BaseSettings, SecretStr
|
||||||
|
|
||||||
awaiting_label = "awaiting-review"
|
awaiting_label = "awaiting-review"
|
||||||
lang_all_label = "lang-all"
|
lang_all_label = "lang-all"
|
||||||
approved_label = "approved-2"
|
approved_label = "approved-1"
|
||||||
translations_path = Path(__file__).parent / "translations.yml"
|
translations_path = Path(__file__).parent / "translations.yml"
|
||||||
|
|
||||||
github_graphql_url = "https://api.github.com/graphql"
|
github_graphql_url = "https://api.github.com/graphql"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue