1
0
Fork 0
forgejo/routers/api/v1/repo
qwerty287 1608ef0ce9
Add API to get merged PR of a commit (#29243)
Adds a new API `/repos/{owner}/{repo}/commits/{sha}/pull` that allows
you to get the merged PR associated to a commit.

---------

Co-authored-by: 6543 <6543@obermui.de>
(cherry picked from commit 0a426cc575734e5eff410d6a790f40473117f753)
2024-02-26 22:30:26 +01:00
..
action.go
avatar.go
blob.go
branch.go Start to migrate from util.OptionalBool to optional.Option[bool] (#29329) 2024-02-26 22:30:26 +01:00
collaborators.go
commits.go Add API to get merged PR of a commit (#29243) 2024-02-26 22:30:26 +01:00
file.go Fix content size does not match error when uploading lfs file (#29259) 2024-02-26 21:42:14 +01:00
flags.go
fork.go
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go
issue_attachment.go
issue_comment.go Refactor locale&string&template related code (#29165) 2024-02-16 15:20:52 +01:00
issue_comment_attachment.go
issue_dependency.go
issue_label.go
issue_pin.go
issue_reaction.go
issue_stopwatch.go
issue_subscription.go
issue_tracked_time.go
key.go
label.go
language.go
main_test.go
migrate.go
milestone.go
mirror.go
notes.go
patch.go
pull.go Add API to get PR by base/head (#29242) 2024-02-26 03:41:42 +01:00
pull_review.go
release.go
release_attachment.go
release_tags.go
repo.go
repo_test.go
runners.go
star.go
status.go
subscriber.go
tag.go
teams.go
topic.go
transfer.go
tree.go
wiki.go