The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Ukigumo::Client::Notify::GitHubStatuses - Set commit status for GitHub.

DESCRIPTION

This is a notifier class for Ukigumo, set commit status for GitHub.

ATTRIBUTES

api_endpoint

URL of the GitHub API endpoint.

access_token

Access token of GitHub OAuth. It must granted repo:status.

SETTING EXAMPLE

Example of .ukigumo.yml;

    notifications:
      github_statuses:
        - api_endpoint: https://api.github.com
          access_token: __ACCESS_TOKEN__

SEE ALSO

https://developer.github.com/v3/repos/statuses/