tutter-sppuppet
This action let non collaborators review and merge code without having more then read access to the project.
- A pull request get submitted
- Someone thinks it looks good and adds a +1 comment
- Another person comment +1
- The pull request can be merged by commenting !merge when it has the desired amount of +1's(configurable)
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
debug: false
TODO
- whitelist
- blacklist
- tests