Merge queue: make dev checks required + add .asf.yaml validation#21239
Open
Merge queue: make dev checks required + add .asf.yaml validation#21239
Conversation
Contributor
|
Amazing -- this will be so nice |
alamb
reviewed
Mar 30, 2026
Contributor
alamb
left a comment
There was a problem hiding this comment.
Thanks @blaginin
What do you think of the codeql suggestion to limit the token? I think that is a good idea in light of the recent npm supply chain attacks
Also, does this PR enable the merge queue? I didn't see any specific change but maybe I missed it
| contexts: | ||
| - "Check License Header" | ||
| - "Use prettier to check formatting of documents" | ||
| - "Validate required_status_checks in .asf.yaml" |
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Related to #6880
Follow up on #17538
Bringing back the merge queues 🤞🏻
Last time it was painful because:
.asf.yamlvalidationthis PR solved the first problem. As for the second one, I have the permissions to bypass so should be able to quickly revert if something ever goes bad
Check result: https://github.com/apache/datafusion/actions/runs/23715604583/job/69082077684?pr=21239
I also checked that CI will keep working by merging this into our sandbox and then opening and merging a dummy pr
For now, bringing just the basic checks (in dev.yml). Will do rust.yml separately if everything goes smoothly after this one is merged