prchecker

command module
v0.0.0-...-afec1d6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2019 License: MIT Imports: 1 Imported by: 0

README

prchecker

CircleCI

The prchecker package can fetch pull requests with open status from specific repositories. It can also filter pull requests by the author.

Installation

Execute go get command.

go get -u github.com/go-go-megaman/prchecker

And create YAML configuration in where you want to create. If you don't specified --config, the package read configuration form $HOME/.prchecker.yaml.

Usage

prchecker fetches pull requests from Github repositories.

Usage:
  prchecker [command]

Available Commands:
  help        Help about any command
  run         Display list of pull requests.

Flags:
      --config string   config file (default is $HOME/.prchecker.yaml)
  -h, --help            help for prchecker

Use "prchecker [command] --help" for more information about a command.

Configuration

token

Use token you got from Github.

tpken: TYPE_YOUR_TOKEN
repositories

Set repositories in the format.

repositories:
    - TYPE_YOUR_ACCOUNT_NAME_OR_ORGANIZATION_NAME/TYPE_YOUR_REPOSITORY_NAME
authors

The authors configuration make fetched pull requests filter by setting values. This is optional configuration. If you didn't set this configuration, prchecker will not filter pull requests by author.

authors:
    - TYPE_PULL_REQUEST_AUTHOR

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL