This commit is contained in:
mrT23
2023-07-30 12:27:32 +03:00
parent a6ba8b614a
commit e2d015a20c
3 changed files with 12 additions and 17 deletions

View File

@ -19,7 +19,7 @@ settings = Dynaconf(
"settings/pr_description_prompts.toml",
"settings/pr_code_suggestions_prompts.toml",
"settings/pr_information_from_user_prompts.toml",
"settings/pr_update_changelog.toml",
"settings/pr_update_changelog_prompts.toml",
"settings_prod/.secrets.toml"
]]
)