[
{
"name": "type: bug",
"color": "0052cc"
},
{
"name": "type: clarification",
"color": "009800"
},
{
"name": "type: enhancement",
"color": "009800"
},
{
"name": "type: discussion",
"color": "009800"
},
{
"name": "status: awaiting triage",
"color": "bfe5bf"
},
{
"name": "size: small",
"color": "bfe5bf"
},
{
"name": "size: medium",
"color": "bfe5bf"
},
{
"name": "size: large",
"color": "bfe5bf"
},
{
"name": "enhancement status: accepted",
"color": "dddddd"
},
{
"name": "enhancement status: declined",
"color": "e11d21"
},
{
"name": "bug status: confirmed",
"color": "dddddd"
},
{
"name": "bug status: information needed",
"color": "dddddd"
},
{
"name": "bug status: unable to reproduce",
"color": "dddddd"
},
{
"name": "bug status: working as intended",
"color": "dddddd"
},
{
"name": "assignment status: available",
"color": "eb6420"
},
{
"name": "assignment status: reserved",
"color": "fad8c7"
},
{
"name": "development status: not started",
"color": "dddddd"
},
{
"name": "development status: in progress",
"color": "dddddd"
},
{
"name": "development status: needs review",
"color": "dddddd"
},
{
"name": "development status: in review",
"color": "dddddd"
},
{
"name": "development status: implemented",
"color": "dddddd"
},
{
"name": "development status: shipped",
"color": "dddddd"
},
{
"name": "blocked",
"color": "fad8c7"
},
{
"name": "duplicate",
"color": "fad8c7"
},
{
"name": "abandoned?",
"color": "fad8c7"
},
{
"name": "good first patch",
"color": "fad8c7"
}
]
Initial invocation
github-label -j config.json stkent/redactedworked fine.Initial config file
I then tweaked the color of a single label (
assignment status: available):Updated config file
and invoked the same command. The tool terminated while updating that label with the following output: