docs: add stuck SonarCloud AutoScan case to BLOCKED-PR troubleshooting#111
Merged
Conversation
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
CybotTM
added a commit
that referenced
this pull request
Jul 14, 2026
From a retro on a render-guides merge-queue rollout (TYPO3-Documentation/render-guides#1326 + a Dependabot-actions split). The skill covered merge-queue *behavior and troubleshooting* thoroughly but nothing on *enablement*, and two GitHub Actions dependency facts came up that weren't documented. ## `references/merge-strategy.md` — "Enabling a merge queue" - Classic branch-protection REST can't toggle the queue → a repository **ruleset** is the only scriptable path; the `merge_queue` rule is **repo-level only** (org rulesets reject it). - Full `POST /rulesets` payload with the `merge_queue` parameters and their gotchas: SQUASH/MERGE signed vs REBASE unsigned, `ALLGREEN` vs `HEADGREEN`, `check_response_timeout_minutes` as an eject trigger, `min_entries_to_merge_wait_minutes` inert when the minimum is 1, `integration_id: 15368` pinning required checks to the Actions app, single-surface enablement with the classic `strict` flag dropped as redundant, `evaluate` dry-run + one-call rollback. ## `references/dependency-management.md` — SHA-pin comments & deprecation warnings - Dependabot rewrites the trailing `# vX.Y.Z` comment together with the SHA — annotating bare pins once (API-verified tags) puts them in the format it maintains. - A runtime-deprecation warning (Node 20 etc.) is only cleared by a bump if the newer release changed the runtime — check the target `action.yml` `runs.using` before claiming a bump fixes it. markdownlint-cli2: 0 errors. No version bump (matches the recent docs PRs #111–#113).
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.



Adds a troubleshooting subsection to
references/merge-strategy.md: a PR staysBLOCKEDwith every visible check green when the required "SonarCloud Code Analysis" status is absent because AutoScan never analyzed the PR (thesonarqubecloudcheck-suite sitsqueuedwith zero runs; the project's lastanalysisDateon sonarcloud.io predates the PR).Includes the diagnosis commands (
/commits/SHA/check-suites,components/show) and the fix (signed empty commit to the PR branch to re-fire the webhook).Observed 2026-07-13 on enterprise-readiness-skill PR 78.