mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 11:25:18 +00:00
docs: add tip for auto-removal of irrelevant custom labels
This commit is contained in:
parent
c3b153cdc1
commit
c12cd2d02d
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue