pascalgn / automerge-action

GitHub action to automatically merge pull requests that are ready

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add support for check_run, check_suite ?

brad-decker opened this issue · comments

I need to hook into merge when check_run or check_suite actions are called because we use circle ci with github checks and it doesn't post status updates to the commits to trigger on 'status' when this feature is enabled. Thoughts?

image

Any update on this? It would be helpful for running in response to CircleCI checks.

Sorry, I thought I had already replied!

I'm not sure about this feature: We're also using Circle CI, and when a build finished, the status event is triggered just fine. As it says in the documentation:

As an example, one common use is for continuous integration services to mark commits as passing or failing builds using status.

By the way, I'm not against this feature. There's already a PR #8, but no reply there so far

This still isn't fixed, but I've added this as limitation to the README for now

I think this was fixed with #60. However, feel free to reopen this or create a new issue if you disagree or if there are any other problems! 👍

@pascalgn For protected branches it still does not merge.

Are you sure that's related to the check_run/check_suite events? Or is it a separate issue?