From 4b9313ce377cd8bbdf6ffe40edc2debb82348ebe Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Fri, 23 May 2025 08:38:43 +0000 Subject: [PATCH] chore(i18n): ignore i18n-completenesses.json (#12484) ## Summary by CodeRabbit - **Chores** - Updated workflow to revert changes to a specific i18n file after running the i18n build step during automated checks. No impact on user-facing features. --- .github/workflows/build-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index dc1d19ca5d..dd2814149d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -125,6 +125,7 @@ jobs: - name: Run BS Docs Build run: | yarn affine bs-docs build + git checkout packages/frontend/i18n/src/i18n-completenesses.json git status --porcelain | grep . && { echo "Run 'yarn typecheck && yarn affine bs-docs build' and make sure all changes are submitted" exit 1 @@ -183,6 +184,7 @@ jobs: yarn affine gql build yarn affine i18n build yarn affine server genconfig + git checkout packages/frontend/i18n/src/i18n-completenesses.json git status --porcelain | grep . && { echo "Run 'yarn affine init && yarn affine gql build && yarn affine i18n build && yarn affine server genconfig' and make sure all changes are submitted" exit 1