github action now also uses .pr_agent.toml

This commit is contained in:
mrT23
2023-10-28 13:34:32 +03:00
parent 4dffabf397
commit 638db96311
3 changed files with 16 additions and 1 deletions

View File

@ -26,6 +26,7 @@ def apply_repo_settings(pr_url):
section_dict[key] = value
get_settings().unset(section)
get_settings().set(section, section_dict, merge=False)
get_logger().info(f"Applying repo settings for section {section}, contents: {contents}")
finally:
if repo_settings_file: