mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Support issue comments in GitHub Actions
This commit is contained in:
parent
d4eb100cbc
commit
b7a2551cab
2 changed files with 2 additions and 1 deletions
|
|
@ -5,4 +5,4 @@ branding:
|
|||
color: 'green'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile.github_action_dockerhub'
|
||||
image: 'Dockerfile.github_action'
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ ai_timeout=180
|
|||
max_description_tokens = 500
|
||||
max_commits_tokens = 500
|
||||
secret_provider="google_cloud_storage"
|
||||
cli_mode=false
|
||||
|
||||
[pr_reviewer] # /review #
|
||||
require_focused_review=false
|
||||
|
|
|
|||
Loading…
Reference in a new issue