mirror of
https://github.com/starship/starship.git
synced 2024-11-28 19:24:54 +01:00
ci(git_commit): update config-schema
Signed-off-by: MahmoudESSE <mahmoudesse@dinopp.site>
This commit is contained in:
parent
6909aee3cc
commit
cc3a93aece
5
.github/config-schema.json
vendored
5
.github/config-schema.json
vendored
@ -596,6 +596,7 @@
|
||||
"commit_hash_length": 7,
|
||||
"disabled": false,
|
||||
"format": "[\\($hash$tag\\)]($style) ",
|
||||
"hash_disabled": false,
|
||||
"only_detached": true,
|
||||
"style": "green bold",
|
||||
"tag_disabled": true,
|
||||
@ -3453,6 +3454,10 @@
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"hash_disabled": {
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"tag_max_candidates": {
|
||||
"default": 0,
|
||||
"type": "integer",
|
||||
|
Loading…
Reference in New Issue
Block a user