Skip to content
/ prbot Public

Get messages in Slack when there is activity on a Pull Request you authored

Notifications You must be signed in to change notification settings

Daanikus/prbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRBot

A bot for Slack that posts the name and link of a GitHub Pull Request that you have authored.

PRBot Example Image

Requirements

Usage

  • dep ensure -v
  • go install
  • export GIT_TOKEN=<your GitHub access token>
  • export SLACK_WEBHOOK=<your Slack webhook>
  • prbot <your GitHub username> $GIT_TOKEN $SLACK_WEBHOOK

Run in Docker

  • CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main .
  • docker build -t prbot -f Dockerfile.scratch
  • docker run -it prbot -e TOKEN=$GIT_TOKEN -e HOOK=$SLACK_WEBHOOK

About

Get messages in Slack when there is activity on a Pull Request you authored

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages