From bfe73044497426d42101df3b7cca7f04fe4c322c Mon Sep 17 00:00:00 2001 From: Ori Kotek Date: Tue, 1 Aug 2023 18:04:52 +0300 Subject: [PATCH] Support repo-specific configuration file --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6164830b..6dda62bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ ## 2023-08-01 +2023-08-01 ### Enhanced - Introduced the ability to retrieve commit messages from pull requests across different git 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. +- 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