From 7faf554963fcf9f197507ea54d40632805dc3439 Mon Sep 17 00:00:00 2001 From: masaki Date: Thu, 20 Mar 2025 22:30:46 +0900 Subject: [PATCH 1/3] add comment --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 2eb8cde..165bb82 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -48,7 +48,7 @@ Future main() async { )); } -/// エントリーポイントとなるクラス。 +/// エントリーポイントとなるウィジェット。 class MyApp extends ConsumerWidget { const MyApp({super.key}); From 716c88b2d1a485af3cb83f99927b2dbc18b5073f Mon Sep 17 00:00:00 2001 From: masaki Date: Thu, 20 Mar 2025 22:45:08 +0900 Subject: [PATCH 2/3] update extra_instructions --- .pr_agent.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pr_agent.toml b/.pr_agent.toml index 3778d16..0c9fbe8 100644 --- a/.pr_agent.toml +++ b/.pr_agent.toml @@ -16,7 +16,7 @@ focus_only_on_problems=true persistent_comment=true [pr_update_changelog] -extra_instructions = "Please use Japanese in suggestions. Please make code improvement suggestions based on the Flutter code standards in code_standards.md. Please do not change the PR description." +extra_instructions = "Please use Japanese the description." [best_practices] content = "code_standards.md" From afb372608b9e0159650f98dbbc875ad9aae013ad Mon Sep 17 00:00:00 2001 From: masaki Date: Thu, 20 Mar 2025 22:53:47 +0900 Subject: [PATCH 3/3] add extra_instructions --- .pr_agent.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.pr_agent.toml b/.pr_agent.toml index 0c9fbe8..13eeba8 100644 --- a/.pr_agent.toml +++ b/.pr_agent.toml @@ -5,18 +5,19 @@ response_language="ja-JP" [pr_description] add_original_user_description=false # PR説明の自動生成を無効化 +extra_instructions = "Please use Japanese in the description." [pr_reviewer] persistent_comment=true extra_instructions = "Please use Japanese in the description. Please review the code based on the Flutter code standards in code_standards.md. Please do not edit the PR description, only perform code reviews and comments." [pr_code_suggestions] -extra_instructions = "Please use Japanese in suggestions. Please make code improvement suggestions based on the Flutter code standards in code_standards.md. Please do not change the PR description." +extra_instructions = "Please use Japanese in the description. Please make code improvement suggestions based on the Flutter code standards in code_standards.md. Please do not change the PR description." focus_only_on_problems=true persistent_comment=true [pr_update_changelog] -extra_instructions = "Please use Japanese the description." +extra_instructions = "Please use Japanese in the description." [best_practices] content = "code_standards.md"