You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1. This deadlocks merges when used with branch protection. This is what this looks like:
As for the events, GitHub generates two — merge_group for when a PR is added to the queue, but it also merges the PRs in the queue together into a temporary branch, which is an implementation detail but it also means there's a push event.
So basically, it'd be necessary to report a new Checks API status for one of these events. For the push event, it's possible to filter out the related ones by the read-only tmp branch pattern.
GitHub is recently introduced
merge_queue
.https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue
Currently the WIP check does pass if a PR is added to the
merge_queue
even though it passed in the initial PR.Related issue from cla-assistant and there solution.
Would be great, if this could be added.
The text was updated successfully, but these errors were encountered: