From 361d9dae8bafae8c830d68d16ea0f76482ba9343 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 2 Jun 2023 19:59:37 +0000 Subject: Add latest changes from gitlab-org/gitlab@16-0-stable-ee --- lib/bitbucket_server/representation/pull_request.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/bitbucket_server/representation/pull_request.rb b/lib/bitbucket_server/representation/pull_request.rb index 9a8eec67bd7..acbc44f6119 100644 --- a/lib/bitbucket_server/representation/pull_request.rb +++ b/lib/bitbucket_server/representation/pull_request.rb @@ -80,6 +80,7 @@ module BitbucketServer state: state, title: title, source_branch_name: source_branch_name, + source_branch_sha: source_branch_sha, target_branch_name: target_branch_name, target_branch_sha: target_branch_sha } -- cgit v1.2.3