Skip to content

Commit

Permalink
ci(pr-agent): update configuration
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Jun 6, 2024
1 parent 2022fc9 commit adb19ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ jobs:
github_action_config.auto_review: "false"
github_action_config.auto_describe: "false"
github_action_config.auto_improve: "false"
# https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml
pr_description.publish_labels: "false"
config.model: "gpt-4o"
config.model_turbo: "gpt-4o"
pr_code_suggestions.max_context_tokens: 12000
pr_code_suggestions.commitable_code_suggestions: "true"

0 comments on commit adb19ae

Please sign in to comment.