mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00: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
|
||||
- name: bug
|
||||
color: '#b60205'
|
||||
description: Not as expected
|
||||
description: "Not as expected"
|
||||
- name: enhancement
|
||||
color: '#1d76db'
|
||||
description: Improve the expected
|
||||
description: "Improve the expected"
|
||||
# Flavor
|
||||
- name: question
|
||||
color: "#cc317c"
|
||||
description: Uncertainty is involved
|
||||
description: "Uncertainty is involved"
|
||||
- name: breaking-change
|
||||
color: "#e99695"
|
||||
- name: good first issue
|
||||
color: '#c2e0c6'
|
||||
description: Help wanted!
|
||||
description: "Help wanted!"
|
||||
|
||||
branches:
|
||||
- name: main
|
||||
|
|
Loading…
Reference in a new issue