项目作者: f-lopes

项目描述 :
Docker image used for updating GitHub pull request statuses
高级语言: Shell
项目地址: git://github.com/f-lopes/docker-github-pull-request-status-updater.git
创建时间: 2018-07-06T04:33:03Z
项目社区:https://github.com/f-lopes/docker-github-pull-request-status-updater

开源协议:MIT License

下载


GitHub pull request status updater

https://hub.docker.com/r/flopes/docker-github-pull-request-status-updater/

Build Status




GitHub - Pull request statuses

Usage 🐳

docker run flopes/docker-github-pull-request-status-updater <github_repository> <github_pull_request_id> <github_status_state> <github_status_description> <github_status_context> <github_token> [<github_status_target_url>]

Parameters

  1. Repository eg. org/repository
  2. Pull request ID
  3. Pull request state (error|failure|pending|success). See GitHub API documentation
  4. Status description
  5. Context eg. continuous-integration/jenkins
  6. GitHub API token
  7. [Optional] Status target URL eg. link to Jenkins build