Add labels commands #36
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "lunny/tea:lunny/upload_labels"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
As title.
Will fix #31 & #32
Labels on https://gitea.com/gitea/log/labels have been created via this sub command.
Phrasing of the messages appears a little awkward but it matches the rest of tea - I guess consistency is best.
@ -0,0 +148,4 @@
_, err = login.Client().CreateLabel(owner, repo, gitea.CreateLabelOption{
Name: name,
Color: color,
})
Please add description as well as it got returend by splitLabelLine (currently ignored).
@jonasfranz done.