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
parent
commit
d6dfb9397b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/actions/notify-translations/app/main.py

2
.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"

Loading…
Cancel
Save