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
Additionally, enabling Skip builds with existing commits is a bad suggestion for pipelines that run certain jobs only on the main branch. I.e. anything that is triggered after the PR submits won't trigger with this setting on and using merge queue.
Lastly, buildkite's internal documentation for setting up github integrations tells the user to set up the webhook without "merge_group".
The text was updated successfully, but these errors were encountered:
This tutorial leaves out an important step that the enables "merge_group" webhook events.
https://buildkite.com/docs/tutorials/github-merge-queue
See github's documentation that says your CI needs to have merge_group with the type checks_requested.
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#merge_group
Additionally, enabling
Skip builds with existing commits
is a bad suggestion for pipelines that run certain jobs only on the main branch. I.e. anything that is triggered after the PR submits won't trigger with this setting on and using merge queue.Lastly, buildkite's internal documentation for setting up github integrations tells the user to set up the webhook without "merge_group".
The text was updated successfully, but these errors were encountered: