Enum GitHub::RepositoryPermission
 
The access level to a repository
Enum Values
        ADMIN
    
    
    Can read, clone, and push to this repository. Can also manage issues, pull requests, and repository settings, including adding collaborators
        MAINTAIN
    
    
    Can read, clone, and push to this repository. They can also manage issues, pull requests, and some repository settings
        WRITE
    
    
    Can read, clone, and push to this repository. Can also manage issues and pull requests
        TRIAGE
    
    
    Can read and clone this repository. Can also manage issues and pull requests
        READ
    
    
    Can read and clone this repository. Can also open and comment on issues and pull requests