Metadata-Version: 2.1
Name: sloth-ci-val-github
Version: 1.1.1
Summary: GitHub validator for Sloth CI
License: MIT
Author: Constantine Molchanov
Author-email: moigagoo@live.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: sloth-ci (>=2.2,<3.0)
Description-Content-Type: text/markdown

# GitHub Validator for Sloth CI


## Installation
    
    $ pip install sloth-ci-val-github


## Usage

    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


