mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
14 lines
218 B
TOML
14 lines
218 B
TOML
[github_app]
|
|
pr_commands = [
|
|
"/review",
|
|
"/improve",
|
|
]
|
|
|
|
handle_push_trigger = true
|
|
push_commands = [
|
|
"/improve",
|
|
]
|
|
|
|
[auto_best_practices]
|
|
enable_auto_best_practices = true
|
|
utilize_auto_best_practices = true |