Rust checks are required + MQ#21941
Open
blaginin wants to merge 1 commit intoapache:mainfrom
Open
Conversation
blaginin
commented
Apr 29, 2026
Comment on lines
-36
to
-40
| paths-ignore: | ||
| - "docs/**" | ||
| - "**.md" | ||
| - ".github/ISSUE_TEMPLATE/**" | ||
| - ".github/pull_request_template.md" |
Member
Author
There was a problem hiding this comment.
a bit annoying that we'll run those on every pr even on those that changes docs. but:
- we don't have many of those anyway
- i really tried to fix this, but it makes the CI very complicated to install and support in the future
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.

Closes #6880
Follow up on #17538 and #21239
#21239 seems to be working fine - time to make all the rust changes required to merge it.
This brings two cool things:
You can click this button any time, even right after opening a PR. It will be automatically merged when:
I think this should help quite a bit. A lot of people get an approval, push a nit, and then sit waiting for CI to finish. No more waiting!!
One downside: before, clicking merge would happen instantly. With this PR, you'll have to wait 32 minutes. But you don't actually have to wait - github will do the work itself.