changed the format of how dates are fetched from commit
This commit is contained in:
parent
cd14a86f84
commit
507b89c665
|
@ -73,7 +73,8 @@ module GitHubChangelogGenerator
|
|||
else
|
||||
begin
|
||||
commit = @fetcher.fetch_commit(event)
|
||||
issue[:actual_date] = commit[:author][:date]
|
||||
issue[:actual_date] = commit[:commit][:author][:date]
|
||||
# issue[:actual_date] = commit[:author][:date]
|
||||
rescue
|
||||
puts "Warning: Can't fetch commit #{event[:commit_id]}. It is probably referenced from another repo."
|
||||
issue[:actual_date] = issue[:closed_at]
|
||||
|
|
Loading…
Reference in New Issue
Block a user