Skip to content

Commit

Permalink
Merge pull request #448 from Codium-ai/hl/optional_custom_labels
Browse files Browse the repository at this point in the history
remove the "one or more" for custom labels
  • Loading branch information
hussam789 authored Nov 13, 2023
2 parents 1df36c6 + a5e5a82 commit c5f9bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pr_agent/settings/pr_custom_labels.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You must use the following YAML schema to format your answer:
PR Type:
type: array
{%- if enable_custom_labels %}
description: One or more labels that describe the PR type. Don't output the description in the parentheses.
description: Labels that are applicable to the Pull Request. Don't output the description in the parentheses. If none of the labels is relevant to the PR, output an empty array.
{%- endif %}
items:
type: string
Expand Down
2 changes: 1 addition & 1 deletion pr_agent/settings/pr_description_prompts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PR Type:
{%- if enable_custom_labels %}
PR Labels:
type: array
description: One or more labels that describe the PR labels. Don't output the description in the parentheses.
description: Labels that are applicable to the Pull Request. Don't output the description in the parentheses. If none of the labels is relevant to the PR, output an empty array.
items:
type: string
enum:
Expand Down

0 comments on commit c5f9bbb

Please sign in to comment.