From 8d50f2ae82028059050a84fb00b5e35b7238dfff Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 29 Oct 2023 14:43:45 +0200 Subject: [PATCH] release notes --- docs/GENERATE_CUSTOM_LABELS.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/GENERATE_CUSTOM_LABELS.md b/docs/GENERATE_CUSTOM_LABELS.md index 596ab5ba..2035b02c 100644 --- a/docs/GENERATE_CUSTOM_LABELS.md +++ b/docs/GENERATE_CUSTOM_LABELS.md @@ -14,10 +14,14 @@ When running the `generate_labels` tool on a PR that includes changes in SQL que ### How to enable custom labels + +Note that in addition to the dedicated tool `generate_labels`, the custom labels will also be used by the `review` and `describe` tools. + #### CLI To enable custom labels, you need to apply the [configuration changes](#configuration-changes) to the [custom_labels file](./../pr_agent/settings/custom_labels.toml): -#### Github Action and Gihub App -To enable custom labels, you need to apply the [configuration changes](#configuration-changes) to the `.pr_agent.toml` file in you repository. + +#### GitHub Action and GitHub App +To enable custom labels, you need to apply the [configuration changes](#configuration-changes) to the local `.pr_agent.toml` file in you repository. #### Configuration changes - Change `enable_custom_labels` to True: This will turn off the default labels and enable the custom labels provided in the custom_labels.toml file.