mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-23 17:41:01 -05:00
chore(ci): Quote strings in yaml
This commit is contained in:
parent
614b0a2376
commit
afeff23549
1 changed files with 4 additions and 4 deletions
8
.github/settings.yml
vendored
8
.github/settings.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue