github-rebase-bot
github-rebase-bot copied to clipboard
A github bot that monitors repository PRs, rebases them and merges them as they pass tests
I tried to build the repo locally but I am getting a lot of errors, I am happy to help if I get some help.
it happens very often that we have 10 PRs all marked as `LGTM` but only one of them is approved and ready to be merged. Since most CI systems have...
It would be nice to be able to change the merge commit message
Same as #27 , but for a popular AWS based git hosting: https://aws.amazon.com/de/codecommit/ this should work e.g. by triggering a lambda function which calls a generic webhook API endpoint provided...
Gitlab CI also supports webhooks - see https://docs.gitlab.com/ce/user/project/integrations/webhooks.html for details. Ideally we should be able to consume a number of different DVCS and work the same way
Right now the bot needs to be configured with a list of repositories it supports - moving forward I'd be really interested in extending this to an arbitrary number of...
I think it would be nice to have an indication that this repository is managed using a bot. Something like the badges you get for CI systems, which when clicked...
The logging is quite verbose right now - ideally I'd like the bot to be quite unless started /w `-debug`
Also notify the creator? - slack channel ? - comment in PR?
webhooks can only be used when you have admin access to the repo in question. sometimes you want to act even when you are a collaborator. by making the `public-dns`...