From 0f72ddfbb5c2d4400fb1adf696e41b3c97d3cb43 Mon Sep 17 00:00:00 2001 From: masaki Date: Sun, 16 Mar 2025 13:28:03 +0900 Subject: [PATCH 1/3] =?UTF-8?q?Dart=20=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E3=81=B8=E5=B7=AE=E5=88=86=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/features/root_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/root_page.dart b/lib/features/root_page.dart index 71bc724..0bdfec6 100644 --- a/lib/features/root_page.dart +++ b/lib/features/root_page.dart @@ -55,7 +55,7 @@ class RootPage extends HookConsumerWidget { return isLoading.value // TODO(masaki): SizedBox へ戻す - ? const ColoredBox(color: Colors.red) // ローディング中は空のウィジェットを表示 + ? const Text('miss-spellled text') // ローディング中は空のウィジェットを表示 : NavigationFrame( // TODO(masaki): userIdを渡す // userId: userId, From af2f9536cc0f90c53e05e6819b46efb574fe0c59 Mon Sep 17 00:00:00 2001 From: masaki Date: Sun, 16 Mar 2025 13:34:17 +0900 Subject: [PATCH 2/3] =?UTF-8?q?yaml=20=E8=A8=AD=E5=AE=9A=E3=81=AE=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - PR_REVIEWER.EXTRA_INSTRUCTIONS 日本語へ - PR_DESCRIPTION.ADD_ORIGINAL_USER_DESCRIPTION PR は出した人間が書く運用に一旦する。「実際の挙動」などは人間がやる必要のため。 --- .github/workflows/pr-agent.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-agent.yaml b/.github/workflows/pr-agent.yaml index 37d23ee..3c26223 100644 --- a/.github/workflows/pr-agent.yaml +++ b/.github/workflows/pr-agent.yaml @@ -20,8 +20,8 @@ jobs: # CONFIG.MODEL: gpt-4o-2024-05-13 # 最新モデルの対応 OPENAI_KEY: ${{ secrets.OPENAI_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -# PR_REVIEWER.EXTRA_INSTRUCTIONS: "Please use Japanese in descriptions." -# PR_DESCRIPTION.ADD_ORIGINAL_USER_DESCRIPTION: true + PR_REVIEWER.EXTRA_INSTRUCTIONS: "Please use Japanese in descriptions." + PR_DESCRIPTION.ADD_ORIGINAL_USER_DESCRIPTION: false # PR_DESCRIPTION.EXTRA_INSTRUCTIONS: "Please use Japanese in descriptions. Titles should have prefix of commitlint pattern such as `feat:`, `chore:`, `test:`, `fix:`, `ci:`, `docs:` etc" # PR_CODE_SUGGESTIONS.EXTRA_INSTRUCTIONS: "Please use Japanese in descriptions." # PR_UPDATE_CHANGELOG.EXTRA_INSTRUCTIONS: "Please use Japanese in descriptions." From f37378fc2e8498b615ee18fcf24aee633dbdaa5e Mon Sep 17 00:00:00 2001 From: masaki Date: Sun, 16 Mar 2025 13:37:36 +0900 Subject: [PATCH 3/3] =?UTF-8?q?yaml=20=E8=BF=BD=E5=8A=A0=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit その他の箇所も日本語へ --- .github/workflows/pr-agent.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-agent.yaml b/.github/workflows/pr-agent.yaml index 3c26223..0aed5d9 100644 --- a/.github/workflows/pr-agent.yaml +++ b/.github/workflows/pr-agent.yaml @@ -22,9 +22,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR_REVIEWER.EXTRA_INSTRUCTIONS: "Please use Japanese in descriptions." PR_DESCRIPTION.ADD_ORIGINAL_USER_DESCRIPTION: false -# PR_DESCRIPTION.EXTRA_INSTRUCTIONS: "Please use Japanese in descriptions. Titles should have prefix of commitlint pattern such as `feat:`, `chore:`, `test:`, `fix:`, `ci:`, `docs:` etc" -# PR_CODE_SUGGESTIONS.EXTRA_INSTRUCTIONS: "Please use Japanese in descriptions." -# PR_UPDATE_CHANGELOG.EXTRA_INSTRUCTIONS: "Please use Japanese in descriptions." + PR_DESCRIPTION.EXTRA_INSTRUCTIONS: "Please use Japanese in descriptions. Titles should have prefix of commitlint pattern such as `feat:`, `chore:`, `test:`, `fix:`, `ci:`, `docs:` etc" + PR_CODE_SUGGESTIONS.EXTRA_INSTRUCTIONS: "Please use Japanese in descriptions." + PR_UPDATE_CHANGELOG.EXTRA_INSTRUCTIONS: "Please use Japanese in descriptions." # github_action.auto_review: "true" # github_action.auto_describe: "true" # github_action.auto_improve: "true"