fix #57
This commit is contained in:
		
							parent
							
								
									215daa4ede
								
							
						
					
					
						commit
						8201de3758
					
				@ -85,8 +85,13 @@ module GitHubChangelogGenerator
 | 
				
			|||||||
            if event[:commit_id].nil?
 | 
					            if event[:commit_id].nil?
 | 
				
			||||||
              issue[:actual_date] = issue[:closed_at]
 | 
					              issue[:actual_date] = issue[:closed_at]
 | 
				
			||||||
            else
 | 
					            else
 | 
				
			||||||
 | 
					              begin
 | 
				
			||||||
                commit = @github.git_data.commits.get @options[:user], @options[:project], event[:commit_id]
 | 
					                commit = @github.git_data.commits.get @options[:user], @options[:project], event[:commit_id]
 | 
				
			||||||
                issue[:actual_date] = commit[:author][:date]
 | 
					                issue[:actual_date] = commit[:author][:date]
 | 
				
			||||||
 | 
					              rescue
 | 
				
			||||||
 | 
					                puts "Warning: can't fetch commit #{event[:commit_id]} probably it referenced from another repo."
 | 
				
			||||||
 | 
					                issue[:actual_date] = issue[:closed_at]
 | 
				
			||||||
 | 
					              end
 | 
				
			||||||
            end
 | 
					            end
 | 
				
			||||||
            break
 | 
					            break
 | 
				
			||||||
          end
 | 
					          end
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user