This commit is contained in:
mrT23
2024-09-21 16:58:37 +03:00
parent 4b74506107
commit a70fe27d94
2 changed files with 45 additions and 1 deletions

View File

@ -27,8 +27,9 @@ global_settings = Dynaconf(
"settings/pr_update_changelog_prompts.toml",
"settings/pr_custom_labels.toml",
"settings/pr_add_docs.toml",
"settings/custom_labels.toml",
"settings/pr_help_prompts.toml",
"settings_prod/.secrets.toml",
"settings/custom_labels.toml"
]]
)