Add labels commands #36
No reviewers
Labels
No Label
kind/breaking
kind/bug
kind/build
kind/dependency
kind/deployment
kind/docs
kind
enhancement
kind
feature
kind/proposal
kind
question
kind
refactor
kind/security
kind/testing
kind/translation
priority/critical
priority/high
priority/low
priority/medium
reviewed/duplicate
reviewed/invalid
reviewed/wontfix
skip-changelog
status/blocked
status/has-backport
status/has-pull
status/needs-backport
status/needs-feedback
status/needs-reviews
status/wip
upstream/gitea
upstream/sdk
No Milestone
No Assignees
4 Participants
Notifications
Total Time Spent: 14 minutes
Due Date
jonasfranz
14 minutes
No due date set.
Dependencies
No dependencies set.
Reference: gitea/tea#36
Loading…
Reference in New Issue
No description provided.
Delete Branch "lunny/tea:lunny/upload_labels"
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?
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.