Skip to content

Commit

Permalink
Merge pull request #1256 from Codium-ai/mrT23-patch-2
Browse files Browse the repository at this point in the history
disable chat message for github action
  • Loading branch information
mrT23 authored Sep 30, 2024
2 parents da4148f + 1333ac4 commit 2e79392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pr_agent/settings/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ commitable_code_suggestions = false
extra_instructions = ""
rank_suggestions = false
enable_help_text=false
enable_chat_text=true
enable_chat_text=false
enable_intro_text=true
persistent_comment=true
max_history_len=4
Expand Down Expand Up @@ -307,4 +307,4 @@ uri = "./lancedb"
[best_practices]
content = ""
max_lines_allowed = 800
enable_global_best_practices = false
enable_global_best_practices = false

0 comments on commit 2e79392

Please sign in to comment.