mirror of
https://github.com/snibox/snibox.git
synced 2026-04-25 15:56:04 +03:00
[GH-ISSUE #5] Adding multiple labels #6
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/snibox#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gokaygurcan on GitHub (Jul 4, 2018).
Original GitHub issue: https://github.com/snibox/snibox/issues/5
Hi,
When I try to add multiple labels by separating them with a comma (
,), instead of creating the one snippet and adding two labels, it creates a snippet with given label.Example:
Title: test
Body: whatever
Labels: firstlabel, secondlabel
Expected result:
One snippet with title
testunder bothfirstlabelandsecondlabelActual result:
One snippet with title
testunderfirstlabel, secondlabel@annabplr commented on GitHub (Aug 6, 2019):
I have started working on this feature.
And it should be ready in a few days! :)