Closed (fixed)
Project:
Drupal core
Version:
11.2.x-dev
Component:
documentation
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Oct 2025 at 10:45 UTC
Updated:
17 Oct 2025 at 07:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #4
drcolossos commentedNot sure why so many commits came with this merge request...
Comment #7
cilefen commentedYour commits must be to a branch taken from 11.x. It looks like you used another branch, perhaps 11.2.x, but the merge request is targeted, as required, to the 11.x branch.
Comment #10
luismagr commentedFor whatever reason I had the same issue. I think a made a good MR now. Is it now ok?
Thanks
Comment #11
luismagr commentedComment #13
cilefen commentedYes
Comment #14
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #15
cilefen commentedI think ^ that was for one of the hidden branches.
Comment #16
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #17
luismagr commentedIt was moved back to Needs work. I've moved again to Needs review.
This is the second time I see an issue like that. I wonder if it's same I saw here https://www.drupal.org/project/drupal/issues/3544005#comment-16273356
Comment #18
cilefen commentedComment #19
drcolossos commentedThanks for the heads up on the correct way to merge in #7
Comment #20
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #21
quietone commentedThe bot is correct that this fails the Drupal core commit checks,
core/scripts/dev/commit-code-check.sh. It fails the PHPStan checks. But this is a bug that only occurs when there is one file in the diff and the file is an *.api.php file. So, tagging so the bot does not check this anymore.Comment #26
quietone commentedFor reference the documentation for working with Drupal's Gitlab is in the guide, Using GitLab to contribute to Drupal.
Comment #29
luismagr commentedThanks for the documentation and info @quietone I didn't know that tag no-needs-review-bot. I'll take a look to the gitlab documentation as well.
Thanks all for the help