mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Support repo-specific configuration file
This commit is contained in:
parent
e12874b696
commit
bfe7304449
1 changed files with 5 additions and 0 deletions
|
|
@ -1,9 +1,14 @@
|
||||||
## 2023-08-01
|
## 2023-08-01
|
||||||
|
2023-08-01
|
||||||
|
|
||||||
### Enhanced
|
### Enhanced
|
||||||
- Introduced the ability to retrieve commit messages from pull requests across different git providers.
|
- Introduced the ability to retrieve commit messages from pull requests across different git providers.
|
||||||
- Implemented commit messages retrieval for GitHub and GitLab providers.
|
- Implemented commit messages retrieval for GitHub and GitLab providers.
|
||||||
- Updated the PR description template to include a section for commit messages if they exist.
|
- Updated the PR description template to include a section for commit messages if they exist.
|
||||||
|
- Added support for repository-specific configuration files (.pr_agent.yaml) for the PR Agent.
|
||||||
|
- Implemented this feature for both GitHub and GitLab providers.
|
||||||
|
- Added a new configuration option 'use_repo_settings_file' to enable or disable the use of a repo-specific settings file.
|
||||||
|
|
||||||
|
|
||||||
## 2023-07-30
|
## 2023-07-30
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue