/datum/tgs_revision_information/test_merge
        
    
            
        
Represents a merge of a GitHub pull request.
Vars | |
| author | The Username of the test merge source's author. | 
|---|---|
| body | The test merge source's body when it was merged. | 
| comment | Optional comment left by the TGS user who initiated the merge. | 
| head_commit | The SHA of the test merge when that was merged. | 
| number | The test merge number. | 
| title | The test merge source's title when it was merged. | 
| url | An http URL to the test merge source. | 
Var Details
author
            
        
    
            
        
        The Username of the test merge source's author.
body
            
        
    
            
        
        The test merge source's body when it was merged.
comment
            
        
    
            
        
        Optional comment left by the TGS user who initiated the merge.
head_commit
            
        
    
            
        
        The SHA of the test merge when that was merged.
number
            
        
    
            
        
        The test merge number.
title
            
        
    
            
        
        The test merge source's title when it was merged.
url
            
        
    
            
        
        An http URL to the test merge source.