Metadata-Version: 1.1
Name: sloth-ci.validators.github
Version: 1.1.1
Summary: GitHub validator for Sloth CI
Home-page: https://bitbucket.org/moigagoo/sloth-ci-validators
Author: Konstantin Molchanov
Author-email: moigagoo@live.com
License: MIT
Description: Sloth CI validator for `GitHub <https://github.com/>`_ push events.
        
        Installation
        ------------
        
        .. code-block:: bash
            
            $ pip install sloth-ci.validators.github
        
        
        Usage
        -----
        
        .. code-block:: yaml
        
            provider:
                github:
                    # Repository owner. Mandatory parameter.
                    owner: moigagoo
        
                    # Repository title as it appears in the URL, i.e. slug.
                    # Mandatory parameter.
                    repo: sloth-ci
        
                    # Only pushes to these branches will initiate a build.
                    # Skip this parameter to allow all branches to fire builds.
                    branches:
                        - master
                        - staging
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
