chore(ci): Quote strings in yaml

This commit is contained in:
Ed Page 2023-03-29 14:41:29 -05:00
parent 614b0a2376
commit afeff23549

View file

@ -25,19 +25,19 @@ labels:
# Type # Type
- name: bug - name: bug
color: '#b60205' color: '#b60205'
description: Not as expected description: "Not as expected"
- name: enhancement - name: enhancement
color: '#1d76db' color: '#1d76db'
description: Improve the expected description: "Improve the expected"
# Flavor # Flavor
- name: question - name: question
color: "#cc317c" color: "#cc317c"
description: Uncertainty is involved description: "Uncertainty is involved"
- name: breaking-change - name: breaking-change
color: "#e99695" color: "#e99695"
- name: good first issue - name: good first issue
color: '#c2e0c6' color: '#c2e0c6'
description: Help wanted! description: "Help wanted!"
branches: branches:
- name: main - name: main