From c12cd2d02def6808f835784e628495fb290365f1 Mon Sep 17 00:00:00 2001 From: "Hussam.lawen" Date: Sun, 27 Jul 2025 12:32:12 +0300 Subject: [PATCH] docs: add tip for auto-removal of irrelevant custom labels --- docs/docs/tools/custom_labels.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/tools/custom_labels.md b/docs/docs/tools/custom_labels.md index b9a9f6e7..6530c46f 100644 --- a/docs/docs/tools/custom_labels.md +++ b/docs/docs/tools/custom_labels.md @@ -68,3 +68,7 @@ description = "Description of when AI should suggest this label" [custom_labels."Custom Label 2"] description = "Description of when AI should suggest this label 2" ``` + +???+ 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. +