Skip to content

Commit

Permalink
Require Russian translation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KnorpelSenf committed Sep 11, 2024
1 parent 9ff48b1 commit d52ee96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translation-guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check Labels
run: |
labels='${{ toJSON(github.event.pull_request.labels.*.name) }}'
language_labels=(":es: ES" ":indonesia: ID" ":cn: ZH" ":ukraine: UK")
language_labels=(":es: ES" ":indonesia: ID" ":cn: ZH" ":ukraine: UK" ":ru: RU")
has_label() {
Expand Down

0 comments on commit d52ee96

Please sign in to comment.