diff options
author | qwerty287 <80460567+qwerty287@users.noreply.github.com> | 2024-02-24 09:18:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-24 08:18:39 +0000 |
commit | 0a426cc575734e5eff410d6a790f40473117f753 (patch) | |
tree | a393ab5f374e83fd240626c1aca1f95f4ce79cc7 /models/fixtures/pull_request.yml | |
parent | 6e5966597c2d498d1a8540dad965461d44ff8e57 (diff) | |
download | gitea-0a426cc575734e5eff410d6a790f40473117f753.tar.gz gitea-0a426cc575734e5eff410d6a790f40473117f753.zip |
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>
Diffstat (limited to 'models/fixtures/pull_request.yml')
-rw-r--r-- | models/fixtures/pull_request.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/fixtures/pull_request.yml b/models/fixtures/pull_request.yml index 560674c370..54590fb830 100644 --- a/models/fixtures/pull_request.yml +++ b/models/fixtures/pull_request.yml @@ -9,6 +9,7 @@ head_branch: branch1 base_branch: master merge_base: 4a357436d925b5c974181ff12a994538ddc5a269 + merged_commit_id: 1a8823cd1a9549fde083f992f6b9b87a7ab74fb3 has_merged: true merger_id: 2 |