stringify more keys
This commit is contained in:
parent
7f7a7f957c
commit
10add50b65
|
@ -178,9 +178,9 @@ Make sure, that you push tags to remote repo via 'git push --tags'"
|
|||
response = @github.issues.events.list user: @options[:user],
|
||||
repo: @options[:project],
|
||||
issue_number: issue["number"]
|
||||
issue[:events] = []
|
||||
issue['events'] = []
|
||||
response.each_page do |page|
|
||||
issue[:events].concat(page)
|
||||
issue['events'].concat(page)
|
||||
end
|
||||
rescue Github::Error::Forbidden => e
|
||||
Helper.log.warn e.error_messages.map { |m| m[:message] }.join(", ")
|
||||
|
|
Loading…
Reference in New Issue
Block a user