alexellis / derek

Reduce maintainer fatigue by automating GitHub
https://github.com/alexellis/derek/blob/master/USER_GUIDE.md
MIT License
806 stars 72 forks source link

[WIP] Add merge/rebase feature #139

Open alexellis opened 4 years ago

alexellis commented 4 years ago

Description

Experimental command allowing merge (read rebase) via Derek command

Motivation and Context

This would require additional ACL / RBAC

Raised because of backlog item: https://github.com/alexellis/derek/issues/91

How Has This Been Tested?

Tested with an older version of master with @viveksyngh e2e with a test repo.

We have two test repos:

mergers:
- people-who-can-say-derek-merge

must_approve:
- name-that-must-approve-the-pr-to-merge

https://github.com/alexellis/kumbaya/pulls

https://github.com/alexellis/two-better-than-one/pulls

Types of changes

Closes: #112