0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-07 09:44:30 +01:00
gitea/routers/api/v1/repo
Giteabot f806bbb815
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>
2024-05-13 14:28:11 +08:00
..
action.go feat(api): enhance Actions Secrets Management API for repository (#30656) 2024-04-26 21:11:49 +08:00
avatar.go
blob.go
branch.go Fix branch_protection api shows users/teams who has no readAccess (#30291) 2024-04-17 15:24:07 +02:00
collaborators.go
commits.go
compare.go Fix compare api swagger (#30648) 2024-04-23 02:22:43 +00:00
file.go
fork.go
git_hook.go
git_ref.go
hook_test.go
hook.go
issue_attachment.go Catch and handle unallowed file type errors in issue attachment API (#30791) (#30834) 2024-05-03 01:45:45 +08:00
issue_comment_attachment.go Catch and handle unallowed file type errors in issue attachment API (#30791) (#30834) 2024-05-03 01:45:45 +08:00
issue_comment.go
issue_dependency.go
issue_label.go Support using label names when changing issue labels (#30943) (#30958) 2024-05-13 14:28:11 +08:00
issue_pin.go
issue_reaction.go
issue_stopwatch.go
issue_subscription.go
issue_tracked_time.go
issue.go Fix no edit history after editing issue's title and content (#30814) (#30845) 2024-05-03 14:43:16 +00:00
key.go
label.go
language.go
main_test.go
migrate.go
milestone.go
mirror.go Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
notes.go
patch.go
pull_review.go Prevent allow/reject reviews on merged/closed PRs (#30686) 2024-04-27 11:55:03 +00:00
pull.go Fix misspelling of mergable (#30896) (#30905) 2024-05-08 16:38:46 +00:00
release_attachment.go
release_tags.go
release.go
repo_test.go
repo.go Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
star.go
status.go
subscriber.go
tag.go
teams.go
topic.go
transfer.go
tree.go
wiki.go Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00