Ver código fonte

Add missing exclusive in advanced label options (#28322)

Hi, I think these changes could be useful for default labels when
creating new repos.

The PR includes the following changes:
 - Add missing exclusive flag for Kind/ scope in labels.
 - Move Breaking label into new Compat/ scope.
tags/v1.22.0-rc0
Luca Zulberti 4 meses atrás
pai
commit
77506c6f6c
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3
    3
      options/label/Advanced.yaml

+ 3
- 3
options/label/Advanced.yaml Ver arquivo

@@ -14,12 +14,12 @@ labels:
- name: "Kind/Testing"
color: 795548
description: Issue or pull request related to testing
- name: "Kind/Breaking"
color: c62828
description: Breaking change that won't be backward compatible
- name: "Kind/Documentation"
color: 37474f
description: Documentation changes
- name: "Compat/Breaking"
color: c62828
description: Breaking change that won't be backward compatible
- name: "Reviewed/Duplicate"
exclusive: true
color: 616161

Carregando…
Cancelar
Salvar