Fix: Turn Sawyer method into String-keyed hash access (#429)
This commit is contained in:
parent
828d639348
commit
5ae7027425
|
@ -149,7 +149,7 @@ module GitHubChangelogGenerator
|
|||
private
|
||||
|
||||
def issue_line_with_user(line, issue)
|
||||
return line if !options[:author] || issue.pull_request.nil?
|
||||
return line if !options[:author] || issue["pull_request"].nil?
|
||||
|
||||
user = issue["user"]
|
||||
return "#{line} ({Null user})" unless user
|
||||
|
|
Loading…
Reference in New Issue
Block a user