mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-09 06:55:54 +01:00
Issue label creation is available.
This commit is contained in:
@@ -16,4 +16,7 @@ trait LabelsService {
|
||||
.sortBy(_.labelName asc)
|
||||
.list
|
||||
|
||||
def createLabel(owner: String, repository: String, labelName: String, color: String): Unit =
|
||||
Labels.ins insert (owner, repository, labelName, color)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user