enonic / release-tools

Enonic Release Tools
2 stars 0 forks source link

auto-merge robot for dependabot #34

Closed rymsha closed 3 years ago

rymsha commented 3 years ago

Currently we use protected-branches (with at least one approval) + auto-approve action + auto-merge action to merge not-failing PRs from Dependabot.

it is not robust as auto- actions often fail for no good reason. it also introduces complexity for other automations (like SNAPSHOT version auto bump)

The idea is to create a robot that would auto merge Dependabot PRs, if all check pass.

alansemenov commented 3 years ago

Will be done in https://github.com/enonic/bot-pull-merger/issues/1