0.04
No release in over 3 years
Low commit activity in last 3 years
When PR status changed, move trello card
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
~> 10.0

Runtime

 Project Readme

Prpr Build Status Code Climate

Prpr is pull requests' reaction bot.

Plugins

Handler

Handler provides various behaviors.

Publisher adapter

Publish adapter provides bridge to some chat service.

Configuration

Env

Store configuration value in environment variables. They are easy to change between deploys without changing any code.

GITHUB_ACCESS_TOKEN - access token for your bot
GITHUB_HOST - github host for github enterprise

Your personal access token could be created at settings.

Gemfile

All you need to use your favorite plugins is to write their names into Gemfile. Prpr will load them before running.

# Gemfile
gem "prpr"
gem "prpr-slack"
gem "prpr-checklist"
gem "prpr-conflict_label"
....

Setup

Deploy

See prpr-template for example.

Deploy

Setup webhook

Open webhook setting of your github repository, and input lik following.

  • Payload URL: http://prpr.example.com
  • Content type: application/x-www-form-url-encoded
  • Which events would you like to trigger this webhook?: Send me everytihng

Webhook

LICENSE

The gem is available as open source under the terms of the MIT License.