mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-08 14:50:40 +08:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@ -168,7 +168,7 @@ If not set, the default configuration is `["opened", "reopened", "ready_for_revi
|
|||||||
|
|
||||||
`github_action_config.enable_output` are used to enable/disable github actions [output parameter](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#outputs-for-docker-container-and-javascript-actions) (default is `true`).
|
`github_action_config.enable_output` are used to enable/disable github actions [output parameter](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#outputs-for-docker-container-and-javascript-actions) (default is `true`).
|
||||||
Review result is output as JSON to `steps.{step-id}.outputs.review` property.
|
Review result is output as JSON to `steps.{step-id}.outputs.review` property.
|
||||||
The JSON structure is equivalent to the yaml data structure defined in [pr_reviewer_prompts.toml](https://github.com/idubnori/pr-agent/blob/main/pr_agent/settings/pr_reviewer_prompts.toml).
|
The JSON structure is equivalent to the yaml data structure defined in [pr_reviewer_prompts.toml](https://github.com/qodo-ai/pr-agent/blob/main/pr_agent/settings/pr_reviewer_prompts.toml).
|
||||||
|
|
||||||
Note that you can give additional config parameters by adding environment variables to `.github/workflows/pr_agent.yml`, or by using a `.pr_agent.toml` [configuration file](https://qodo-merge-docs.qodo.ai/usage-guide/configuration_options/#global-configuration-file) in the root of your repo
|
Note that you can give additional config parameters by adding environment variables to `.github/workflows/pr_agent.yml`, or by using a `.pr_agent.toml` [configuration file](https://qodo-merge-docs.qodo.ai/usage-guide/configuration_options/#global-configuration-file) in the root of your repo
|
||||||
|
|
||||||
|
@ -4,19 +4,17 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "pr-agent"
|
name = "pr-agent"
|
||||||
version = "0.2.5"
|
version = "0.2.7"
|
||||||
|
|
||||||
authors = [{ name = "CodiumAI", email = "tal.r@codium.ai" }]
|
authors = [{ name = "QodoAI", email = "tal.r@qodo.ai" }]
|
||||||
|
|
||||||
maintainers = [
|
maintainers = [
|
||||||
{ name = "Tal Ridnik", email = "tal.r@codium.ai" },
|
{ name = "Tal Ridnik", email = "tal.r@qodo.ai" },
|
||||||
{ name = "Ori Kotek", email = "ori.k@codium.ai" },
|
|
||||||
{ name = "Hussam Lawen", email = "hussam.l@codium.ai" },
|
|
||||||
]
|
]
|
||||||
|
|
||||||
description = "CodiumAI PR-Agent aims to help efficiently review and handle pull requests, by providing AI feedbacks and suggestions."
|
description = "QodoAI PR-Agent aims to help efficiently review and handle pull requests, by providing AI feedbacks and suggestions."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.12"
|
||||||
keywords = ["AI", "Agents", "Pull Request", "Automation", "Code Review"]
|
keywords = ["AI", "Agents", "Pull Request", "Automation", "Code Review"]
|
||||||
license = { name = "Apache 2.0", file = "LICENSE" }
|
license = { name = "Apache 2.0", file = "LICENSE" }
|
||||||
|
|
||||||
@ -32,7 +30,7 @@ dependencies = { file = ["requirements.txt"] }
|
|||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
"Homepage" = "https://github.com/qodo-ai/pr-agent"
|
"Homepage" = "https://github.com/qodo-ai/pr-agent"
|
||||||
"Documentation" = "https://pr-agent-docs.codium.ai/"
|
"Documentation" = "https://qodo-merge-docs.qodo.ai/"
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
include-package-data = true
|
include-package-data = true
|
||||||
|
@ -12,10 +12,10 @@ google-cloud-aiplatform==1.38.0
|
|||||||
google-generativeai==0.8.3
|
google-generativeai==0.8.3
|
||||||
google-cloud-storage==2.10.0
|
google-cloud-storage==2.10.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
litellm==1.52.12
|
litellm==1.61.20
|
||||||
loguru==0.7.2
|
loguru==0.7.2
|
||||||
msrest==0.7.1
|
msrest==0.7.1
|
||||||
openai==1.55.3
|
openai>=1.55.3
|
||||||
pytest==7.4.0
|
pytest==7.4.0
|
||||||
PyGithub==1.59.*
|
PyGithub==1.59.*
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
|
Reference in New Issue
Block a user