Add labels commands #36

Merged
lunny merged 5 commits from lunny/tea:lunny/upload_labels into master 2019-10-19 10:54:20 +00:00
Owner

As title.

As title.
lunny added the
kind
feature
label 2019-06-09 13:31:37 +00:00
lunny added this to the v0.1.0 milestone 2019-06-09 13:31:52 +00:00
Author
Owner

Will fix #31 & #32

Will fix #31 & #32
Author
Owner

Labels on https://gitea.com/gitea/log/labels have been created via this sub command.

Labels on https://gitea.com/gitea/log/labels have been created via this sub command.
zeripath approved these changes 2019-06-18 06:30:10 +00:00
Dismissed
zeripath left a comment
Owner

Phrasing of the messages appears a little awkward but it matches the rest of tea - I guess consistency is best.

Phrasing of the messages appears a little awkward but it matches the rest of tea - I guess consistency is best.
jonasfranz requested changes 2019-07-09 20:40:31 +00:00
Dismissed
cmd/labels.go Outdated
@ -0,0 +148,4 @@
_, err = login.Client().CreateLabel(owner, repo, gitea.CreateLabelOption{
Name: name,
Color: color,
})
Member

Please add description as well as it got returend by splitLabelLine (currently ignored).

Please add description as well as it got returend by splitLabelLine (currently ignored).
jonasfranz added spent time 2019-07-09 20:41:18 +00:00
14min
Author
Owner

@jonasfranz done.

@jonasfranz done.
guillep2k approved these changes 2019-10-18 11:36:38 +00:00
Dismissed
jonasfranz approved these changes 2019-10-19 10:48:23 +00:00
Dismissed
lunny referenced this issue from a commit 2019-10-19 10:54:19 +00:00
lunny closed this pull request 2019-10-19 10:54:19 +00:00
lunny deleted branch lunny/upload_labels 2019-10-19 10:54:26 +00:00
Sign in to join this conversation.
No description provided.