-
Notifications
You must be signed in to change notification settings - Fork 829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing of Github Merge Queue #5102
Comments
I tried merge queue in a test repo - works as expected.
|
Squash commits? |
Looks like you can choose options when setting up merge queue. Have asked Ry for admin access to the test repo. https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#managing-a-merge-queue |
Now we have merge queue + squash commits - see commits from Feb 21 |
added DCO as a required check |
I think we would need to make this change ie add |
DCO strikes again - the DCO that we use https://github.com/tim-actions/dco does not support merge_group event trigger (neither does it support merge events which is why we have this open issue #4837) - we can investigate other dco options (write our own? dcoapp doesn't support merge queue yet either dcoapp/app#199). But DCO has to be a required check at that point, there isn't a separate set of checks for the merge queue. So for now have turned off merge queue. Back to status quo. |
Merge queue update - I think we have a solution! Added a separate "dco" check that is triggered by the merge_group event but doesn't check anything #5207 (existing dco check runs on pull_request event as before) - and merge queue is happily running it eg this PR #5209 is merging via the merge queue - and here is the dco job - https://github.com/hyperledger/besu/actions/runs/4402919772/jobs/7710635563 |
https://github.blog/changelog/2023-02-08-pull-request-merge-queue-public-beta/
Testing of merge queue for Github to avoid conflicts going forward.
The text was updated successfully, but these errors were encountered: