git-labelmaker icon indicating copy to clipboard operation
git-labelmaker copied to clipboard

Allow adding description to label

Open iforwms opened this issue 6 years ago • 3 comments

API supports adding description to label, see below:

image

iforwms avatar Oct 08 '18 13:10 iforwms

Seems like this should be tackled in git-label and someone already opened a PR a while ago.

gregoralbrecht avatar Oct 15 '18 13:10 gregoralbrecht

+1

Yamilquery avatar Nov 01 '18 21:11 Yamilquery

@gregoralbrecht I created a very naive implementation written in PHP, and the above pull request won't work (I don't think). I think it's still an experimental feature, so the you will also need to add the following header to the request or descriptions will be ignored.

'Accept' => 'application/vnd.github.symmetra-preview+json'

iforwms avatar Nov 02 '18 11:11 iforwms