drazisil / ghi

GitHub Issues on the command line. Use your $EDITOR, not your browser.
Other
12 stars 7 forks source link

Read and modify labels assigned to an issue via Markdown #9

Open nichtich opened 5 years ago

nichtich commented 5 years ago

The editable Markdown source of an issue should include a comment line with its labels like this:

<!-- Labels can be added, removed and replaced as comma separated list in the next line -->
<!-- label: some label, another label -->

By the way intended comments should not be removed.

pataquets commented 2 years ago

Suggestion: how about implementing it via Front Matter similar to how Jekyll, Hugo and Gatsby do?