From 70a3059cbf851901c75f17d06e804062ce63026a Mon Sep 17 00:00:00 2001 From: "Hussam.lawen" Date: Sun, 27 Jul 2025 12:33:12 +0300 Subject: [PATCH] docs: add tip for auto-removal of irrelevant custom labels --- docs/docs/tools/describe.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/tools/describe.md b/docs/docs/tools/describe.md index 70cc58bf..0d28e266 100644 --- a/docs/docs/tools/describe.md +++ b/docs/docs/tools/describe.md @@ -219,6 +219,10 @@ Custom labels can be defined in a [configuration file](https://qodo-merge-docs.q Make sure to provide proper title, and a detailed and well-phrased description for each label, so the tool will know when to suggest it. Each label description should be a **conditional statement**, that indicates if to add the label to the PR or not, according to the PR content. +???+ tip "Auto-remove custom label when no longer relevant" + If the custom label is no longer relevant, it will be automatically removed from the PR by running the `generate_labels` tool or the `describe` tool. + + ### Handle custom labels from a configuration file Example for a custom labels configuration setup in a configuration file: