We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc8c9b commit 3bda40bCopy full SHA for 3bda40b
lib/travis/scheduler/serialize/worker/request.rb
@@ -22,7 +22,7 @@ def pull_request_head_slug
22
end
23
24
def pull_request_title
25
- pull_request ? pull_request.head_repo_title : pull_request_head_repo['title']
+ pull_request ? pull_request.title : pull_request_head['title']
26
27
28
private
0 commit comments