0.02
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
This tutter action let non collaborators review and merge code without having more then read access to the project
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

tutter-sppuppet

This action lets non-collaborators review and merge code without having push access to the project.

Here's how it works:

  1. A pull request get submitted
  2. Someone reviews it and adds a +1 comment
  3. Another person comments +1
  4. The pull request can be merged by commenting !merge when it has the desired amount of +1's(configurable, defaults to 1)

A pull request will be blocked if it has a -1 comment

Installation

gem install tutter-sppuppet

sppuppet specific settings (goes into tutter.yaml)

action: 'sppuppet'
action_settings:
  plus_ones_required: 3
  post_instructions: true
  instructions: 'To merge, post 3 +1s and then !merge'

TODO

  • whitelist
  • blacklist
  • tests