chore: add no_commits_icon to schema

Co-authored-by: Jan De Dobbeleer <2492783+JanDeDobbeleer@users.noreply.github.com>
This commit is contained in:
Timothy Wittig 2021-08-02 11:07:37 -07:00 committed by GitHub
parent 94e3d9e0fd
commit 12dfdb3708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -616,6 +616,12 @@
"description": "Icon/text to display before the merge context",
"default": "\uE727"
},
"no_commits_icon": {
"type": "string",
"title": "No Commits Icon",
"description": "Icon/text to display when there are no commits in the repo",
"default": "\uF594"
},
"display_upstream_icon": {
"type": "boolean",
"title": "Display Upstream Icon",