Files
pr-agent/pr_agent/settings/custom_labels.toml

18 lines
668 B
TOML
Raw Normal View History

2023-10-29 08:58:12 +02:00
[config]
2023-10-27 21:22:56 +03:00
enable_custom_labels=false
2023-10-29 08:58:12 +02:00
## template for custom labels
#[custom_labels."Bug fix"]
#description = "Fixes a bug in the code"
#[custom_labels."Tests"]
#description = "Adds or modifies tests"
#[custom_labels."Bug fix with tests"]
#description = "Fixes a bug in the code and adds or modifies tests"
#[custom_labels."Refactoring"]
#description = "Code refactoring without changing functionality"
#[custom_labels."Enhancement"]
#description = "Adds new features or functionality"
#[custom_labels."Documentation"]
#description = "Adds or modifies documentation"
#[custom_labels."Other"]
#description = "Other changes that do not fit in any of the above categories"