Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-02 03:07:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-02 03:07:05 +0300
commit3ae3a2c23f5347493fc2842421941d56cb9545d6 (patch)
treeb4b4e9662f31864cbae0d20e428e3a51b7bd5ba7 /lib
parent3ddb72a5ab59d56cb9e9cb27a5abb92bc5074544 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib')
-rw-r--r--lib/bitbucket_server/representation/pull_request.rb1
1 files changed, 1 insertions, 0 deletions
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
}