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
3 changes: 1 addition & 2 deletions .pr_agent.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# PR-Agent Configuration File

[config]
response_language="ja-JP"

[pr_description]
add_original_user_description=false # PR説明の自動生成を無効化
add_original_user_description=false # ユーザーが作成したコメントの上書きを無効化
extra_instructions = "Please use Japanese in descriptions."

[pr_reviewer]
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