]> source.dussan.org Git - gitea.git/commit
Support using label names when changing issue labels (#30943) (#30958)
authorGiteabot <teabot@gitea.io>
Mon, 13 May 2024 06:28:11 +0000 (14:28 +0800)
committerGitHub <noreply@github.com>
Mon, 13 May 2024 06:28:11 +0000 (14:28 +0800)
commitf806bbb8151e8f3a76ffc2d47e991cc2d99d34c6
tree7bade14b38692fc62a01c8eb93e3ca28c7f7c584
parentebe8e63dfdcaba71ef4448b7def8a0b051e476cb
Support using label names when changing issue labels (#30943) (#30958)

Backport #30943 by @Zettat123

Resolve #30917

Make the APIs for adding labels and replacing labels support both label
IDs and label names so the
[`actions/labeler`](https://github.com/actions/labeler) action can work
in Gitea.

<img width="600px"
src="https://github.com/go-gitea/gitea/assets/15528715/7835c771-f637-4c57-9ce5-e4fbf56fa0d3"
/>

Co-authored-by: Zettat123 <zettat123@gmail.com>
modules/structs/issue_label.go
routers/api/v1/repo/issue_label.go
templates/swagger/v1_json.tmpl
tests/integration/api_issue_label_test.go