mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-02 19:49:23 +00:00
Apply correct GH label and fix ordering issue in i18n download
This commit is contained in:
7
.github/workflows/translations-download.yaml
vendored
7
.github/workflows/translations-download.yaml
vendored
@@ -40,6 +40,11 @@ jobs:
|
|||||||
- name: Fix the owner of the downloaded files
|
- name: Fix the owner of the downloaded files
|
||||||
run: "sudo chown runner:docker -R locales"
|
run: "sudo chown runner:docker -R locales"
|
||||||
|
|
||||||
|
# Localazy doesn't write file contents in the same order that i18next-cli's
|
||||||
|
# extractor uses. We re-run the extractor after downloading to fix the order.
|
||||||
|
- name: i18n
|
||||||
|
run: pnpm i18n
|
||||||
|
|
||||||
- name: Formatting
|
- name: Formatting
|
||||||
run: pnpm format
|
run: pnpm format
|
||||||
|
|
||||||
@@ -53,7 +58,7 @@ jobs:
|
|||||||
title: Localazy Download
|
title: Localazy Download
|
||||||
commit-message: Translations updates
|
commit-message: Translations updates
|
||||||
labels: |
|
labels: |
|
||||||
T-Task
|
PR-Task
|
||||||
|
|
||||||
- name: Enable automerge
|
- name: Enable automerge
|
||||||
run: gh pr merge --merge --auto "$PR_NUMBER"
|
run: gh pr merge --merge --auto "$PR_NUMBER"
|
||||||
|
|||||||
Reference in New Issue
Block a user