ci: update config to be less verbose - #834
Conversation
PR Code Suggestions ✨Latest suggestions up to b0b2a42 Explore these optional code suggestions:
🛠️ Relevant configurations:
[config] enable_ai_metadata: False
custom_model_max_tokens: 128000
publish_description_as_comment: True
output_relevant_configurations: True
model: openai/gpt-5.5
publish_labels: True
fallback_models: ['openai/gpt-5.4', 'openai/openai-gpt-oss-120b']
final_update_message: False
git_provider: github
publish_output: True
publish_output_progress: True
progress_gif_url:
progress_gif_width: 48
verbosity_level: 0
use_extra_bad_extensions: False
log_level: DEBUG
use_wiki_settings_file: True
use_repo_settings_file: True
use_global_settings_file: True
extra_config_url:
disable_auto_feedback: False
ai_timeout: 120
custom_reasoning_model: False
response_language: en-US
repo_context_files: ['AGENTS.md']
repo_context_from_default_branch: True
repo_context_max_lines: 500
max_description_tokens: 500
max_commits_tokens: 500
max_model_tokens: 32000
model_token_count_estimate_factor: 0.3
patch_extension_skip_types: ['.md', '.txt']
allow_dynamic_context: True
max_extra_lines_before_dynamic_context: 10
patch_extra_lines_before: 5
patch_extra_lines_after: 1
cli_mode: False
large_patch_policy: clip
duplicate_prompt_examples: False
seed: -1
temperature: 0.2
ignore_pr_title: ['^\\[Auto\\]', '^Auto']
ignore_pr_target_branches: []
ignore_pr_source_branches: []
ignore_pr_labels: []
ignore_pr_authors: []
ignore_repositories: []
ignore_language_framework: []
restricted_mode: False
is_auto_command: True
reasoning_effort: medium
enable_claude_extended_thinking: False
extended_thinking_budget_tokens: 2048
extended_thinking_max_output_tokens: 4096
claude_extended_thinking_models_override: []
extract_issue_from_branch: True
branch_issue_regex:
enable_custom_labels: False
[pr_code_suggestions] commitable_code_suggestions: False
dual_publishing_score_threshold: -1
focus_only_on_problems: True
extra_instructions:
enable_help_text: False
enable_chat_text: False
persistent_comment: True
max_history_len: 4
publish_output_no_suggestions: True
suggestions_score_threshold: 0
new_score_mechanism: True
new_score_mechanism_th_high: 9
new_score_mechanism_th_medium: 7
auto_extended_mode: True
num_code_suggestions_per_chunk: 3
max_number_of_calls: 3
parallel_calls: True
final_clip_factor: 0.8
decouple_hunks: False
demand_code_suggestions_self_review: False
code_suggestions_self_review_text: **Author self-review**: I have reviewed the PR code suggestions, and addressed the relevant ones.
approve_pr_on_self_review: False
fold_suggestions_on_self_review: True
Previous suggestionsSuggestions up to commit 446078e
Suggestions up to commit ee2cfbf
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #834 +/- ##
=======================================
Coverage 82.13% 82.13%
=======================================
Files 56 56
Lines 9072 9072
=======================================
Hits 7451 7451
Misses 1621 1621
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
reinecfi
left a comment
There was a problem hiding this comment.
A little less verbosity sound reasonable.
|
somehow the label creation is lost now - hm.
|
|
For now, I think that it is rather fine to have both blocks (code suggestions and reviewer guide). So I would just like to fix the two open issues (not overwriting the issue desc that much and providing more information about used models/tokens) |
User description
Trying to make the pr agent less verbose from the feedback of the dev meeting.
PR Type
Enhancement
Description
Upgrade PR Agent action version
Modernize PR Agent environment configuration
Enable labels and description comments
Disable auto-review and final updates
Diagram Walkthrough
File Walkthrough
pr-agent.yml
Update PR Agent workflow settings.github/workflows/pr-agent.yml
the-pr-agent/pr-agentfromv0.36.1tov0.39.0.CONFIG__...environment keys withconfig...settings.configuration output.
🛠️ Relevant configurations:
These are the relevant configurations for this tool:
[config]
[pr_description]