Apply correct GH label and fix ordering issue in i18n download

This commit is contained in:
Johannes Marbach
2026-07-20 17:38:14 +02:00
parent e20abb19fb
commit 46cb89b232

View File

@@ -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"