chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs
https://kodiakhq.com
GNU Affero General Public License v3.0
1.03k stars 65 forks source link

Optional 'branch protection rule' #769

Closed leikoilja closed 2 years ago

leikoilja commented 2 years ago

Is it possible to disable kodiak being blocked by branch protection rules?

Basically, I would like to use kodiak for private repo, but for those one can not enable branch protection rules without upgrading. It would be nice to allow kodiak to run without setting branch protection rules

chdsbd commented 2 years ago

Kodiak's configuration is basically tied to GitHub Branch Protection rules and the mergability checks wouldn't work without Branch Protection rules.

See this comment on a similar issue: https://github.com/chdsbd/kodiak/issues/396#issuecomment-630498895

leikoilja commented 2 years ago

Thank you for the answer and great package, @chdsbd.

For those in need for a solution for private repos I found https://github.com/ahmadnassri/action-dependabot-auto-merge working quite alright :)

lestephane commented 1 year ago

Thank you for the answer and great package, @chdsbd.

For those in need for a solution for private repos I found https://github.com/ahmadnassri/action-dependabot-auto-merge working quite alright :)

Does this action also take care of auto rebasing out-of-date dependabot PRs? So far (without Kodiak), I've had to comment each PR with "@dependabot rebase" myself, to kickstart the rebase process...