Skip to content

Commit afeff23

Browse files
committed
chore(ci): Quote strings in yaml
1 parent 614b0a2 commit afeff23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/settings.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ labels:
2525
# Type
2626
- name: bug
2727
color: '#b60205'
28-
description: Not as expected
28+
description: "Not as expected"
2929
- name: enhancement
3030
color: '#1d76db'
31-
description: Improve the expected
31+
description: "Improve the expected"
3232
# Flavor
3333
- name: question
3434
color: "#cc317c"
35-
description: Uncertainty is involved
35+
description: "Uncertainty is involved"
3636
- name: breaking-change
3737
color: "#e99695"
3838
- name: good first issue
3939
color: '#c2e0c6'
40-
description: Help wanted!
40+
description: "Help wanted!"
4141

4242
branches:
4343
- name: main

0 commit comments

Comments
 (0)