gh-patch-parser

command
v0.0.0-...-c5724af Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2020 License: MIT, MIT Imports: 15 Imported by: 0

README

GH Patch Parser

GH Patch Parser to auto label incoming patches, triggered from nsq messages.

$ gh-patch-parser -h
Usage of gh-patch-parser:
  -channel="patch-parser": nsq channel
  -d=false: run in debug mode
  -gh-token="": github access token
  -lookupd-addr="nsqlookupd:4161": nsq lookupd address
  -topic="hooks-docker": nsq topic
  -v=false: print version and exit (shorthand)
  -version=false: print version and exit

Example docker run command:

$ docker run -d --restart always \
    --link nsqlookupd1:nsqlookupd \
    --privileged \
    --name patch-parser \
    jess/gh-patch-parser -d \
    -gh-token="YOUR_AUTH_TOKEN" \
    -topic hooks-docker -channel patch-parser \
    -lookupd-addr nsqlookupd:4161

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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