From 7130bbebfe954ba5ad4b7a87926546bc05a98cc9 Mon Sep 17 00:00:00 2001 From: yyh Date: Wed, 7 Jan 2026 17:28:31 +0800 Subject: [PATCH] test(i18n): trigger CI with test translation key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update actions/checkout to v6 - Update actions/setup-node to v6 - Add test key to en-US/app.json to trigger workflow - Will be reverted after testing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .github/workflows/translate-i18n-claude.yml | 5 +++-- web/i18n/en-US/app.json | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/translate-i18n-claude.yml b/.github/workflows/translate-i18n-claude.yml index 8b538a014d..4b7509df04 100644 --- a/.github/workflows/translate-i18n-claude.yml +++ b/.github/workflows/translate-i18n-claude.yml @@ -9,6 +9,7 @@ on: branches: [main] paths: - '.github/workflows/translate-i18n-claude.yml' + - 'web/i18n/en-US/*.json' workflow_dispatch: inputs: files: @@ -40,7 +41,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} @@ -57,7 +58,7 @@ jobs: run_install: false - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 'lts/*' cache: pnpm diff --git a/web/i18n/en-US/app.json b/web/i18n/en-US/app.json index e4109db4b6..0913664c63 100644 --- a/web/i18n/en-US/app.json +++ b/web/i18n/en-US/app.json @@ -1,4 +1,5 @@ { + "_test_ci_trigger": "This is a test key for CI trigger - will be reverted", "accessControl": "Web App Access Control", "accessControlDialog.accessItems.anyone": "Anyone with the link", "accessControlDialog.accessItems.external": "Authenticated external users",