Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pr_agent.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ response_language="ja-JP"

[pr_description]
add_original_user_description=false # PR説明の自動生成を無効化
extra_instructions = "Please use Japanese in the description."
extra_instructions = "Please use Japanese in descriptions."

[pr_reviewer]
persistent_comment=true
Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Future<void> main() async {
));
}

/// エントリーポイントとなるウィジェット
/// エントリーポイントとなるクラス
class MyApp extends ConsumerWidget {
const MyApp({super.key});

Expand Down