diff options
Diffstat (limited to 'lib/github')
-rw-r--r-- | lib/github/import.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/github/import.rb b/lib/github/import.rb index 6f525b1c526..4008595a065 100644 --- a/lib/github/import.rb +++ b/lib/github/import.rb @@ -151,6 +151,7 @@ module Github iid: pull_request.iid, title: pull_request.title, description: description, + ref_fetched: true, source_project: pull_request.source_project, source_branch: pull_request.source_branch_name, source_branch_sha: pull_request.source_branch_sha, |