remove the "one or more" for custom labels

This commit is contained in:
Hussam.lawen
2023-11-13 13:47:06 +02:00
parent 1df36c6a44
commit ccbb62b50a
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ You must use the following YAML schema to format your answer:
PR Type: PR Type:
type: array type: array
{%- if enable_custom_labels %} {%- 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 describe the PR type. Don't output the description in the parentheses. If none of the labels is relevant to the PR, output an empty array.
{%- endif %} {%- endif %}
items: items:
type: string type: string

View File

@ -30,7 +30,7 @@ PR Type:
{%- if enable_custom_labels %} {%- if enable_custom_labels %}
PR Labels: PR Labels:
type: array 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: items:
type: string type: string
enum: enum: