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

17 lines
606 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"]
2023-11-13 12:04:58 +02:00
#description = """Fixes a bug in the code"""
2023-10-29 08:58:12 +02:00
#[custom_labels."Tests"]
2023-11-13 12:04:58 +02:00
#description = """Adds or modifies tests"""
2023-10-29 08:58:12 +02:00
#[custom_labels."Bug fix with tests"]
2023-11-13 12:04:58 +02:00
#description = """Fixes a bug in the code and adds or modifies tests"""
2023-10-29 08:58:12 +02:00
#[custom_labels."Enhancement"]
#description = """Adds new features or modifies existing ones"""
2023-10-29 08:58:12 +02:00
#[custom_labels."Documentation"]
2023-11-13 12:04:58 +02:00
#description = """Adds or modifies documentation"""
2023-10-29 08:58:12 +02:00
#[custom_labels."Other"]
#description = """Other changes that do not fit in any of the above categories"""