From c6c6a9b4f0c31a0d9f368b7b0942fbc98983f9bd Mon Sep 17 00:00:00 2001 From: DHEERAJ AGARWAL <37082099+dheerajsir@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:13:45 +0530 Subject: [PATCH] Update custom_labels.md --- docs/docs/tools/custom_labels.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/tools/custom_labels.md b/docs/docs/tools/custom_labels.md index 67ce41dc..86b4d671 100644 --- a/docs/docs/tools/custom_labels.md +++ b/docs/docs/tools/custom_labels.md @@ -25,7 +25,7 @@ There are 3 ways to enable custom labels: When working from CLI, you need to apply the [configuration changes](#configuration-options) to the [custom_labels file](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/custom_labels.toml): #### 2. Repo configuration file -To enable custom labels, you need to apply the [configuration changes](#configuration-options) to the local `.pr_agent.toml` file in you repository. +To enable custom labels, you need to apply the [configuration changes](#configuration-options) to the local `.pr_agent.toml` file in your repository. #### 3. Handle custom labels from the Repo's labels page 💎 > This feature is available only in Qodo Merge Pro @@ -57,4 +57,4 @@ description = "Description of when AI should suggest this label" [custom_labels."Custom Label 2"] description = "Description of when AI should suggest this label 2" -``` \ No newline at end of file +```