From f5c6dd55b883261cffb1ecc89e98431cc11d91b5 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Mon, 13 Nov 2023 12:04:58 +0200 Subject: [PATCH] triple quote --- pr_agent/settings/custom_labels.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pr_agent/settings/custom_labels.toml b/pr_agent/settings/custom_labels.toml index 43e14b0e..9c751d0e 100644 --- a/pr_agent/settings/custom_labels.toml +++ b/pr_agent/settings/custom_labels.toml @@ -3,16 +3,16 @@ enable_custom_labels=false ## template for custom labels #[custom_labels."Bug fix"] -#description = "Fixes a bug in the code" +#description = """Fixes a bug in the code""" #[custom_labels."Tests"] -#description = "Adds or modifies tests" +#description = """Adds or modifies tests""" #[custom_labels."Bug fix with tests"] -#description = "Fixes a bug in the code and adds or modifies tests" +#description = """Fixes a bug in the code and adds or modifies tests""" #[custom_labels."Refactoring"] -#description = "Code refactoring without changing functionality" +#description = """Code refactoring without changing functionality""" #[custom_labels."Enhancement"] -#description = "Adds new features or functionality" +#description = """Adds new features or functionality""" #[custom_labels."Documentation"] -#description = "Adds or modifies documentation" +#description = """Adds or modifies documentation""" #[custom_labels."Other"] -#description = "Other changes that do not fit in any of the above categories" \ No newline at end of file +#description = """Other changes that do not fit in any of the above categories""" \ No newline at end of file