Skip to content

docs: add stuck SonarCloud AutoScan case to BLOCKED-PR troubleshooting#111

Merged
CybotTM merged 1 commit into
mainfrom
docs/sonarcloud-autoscan-stuck
Jul 14, 2026
Merged

docs: add stuck SonarCloud AutoScan case to BLOCKED-PR troubleshooting#111
CybotTM merged 1 commit into
mainfrom
docs/sonarcloud-autoscan-stuck

Conversation

@CybotTM

@CybotTM CybotTM commented Jul 14, 2026

Copy link
Copy Markdown
Member

Adds a troubleshooting subsection to references/merge-strategy.md: a PR stays BLOCKED with every visible check green when the required "SonarCloud Code Analysis" status is absent because AutoScan never analyzed the PR (the sonarqubecloud check-suite sits queued with zero runs; the project's last analysisDate on 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.

Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
Copilot AI review requested due to automatic review settings July 14, 2026 01:41
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@sonarqubecloud

Copy link
Copy Markdown

@github-actions github-actions Bot added documentation Improvements or additions to documentation skill labels Jul 14, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@CybotTM
CybotTM merged commit 6ff3967 into main Jul 14, 2026
18 of 19 checks passed
@CybotTM
CybotTM deleted the docs/sonarcloud-autoscan-stuck branch July 14, 2026 06:43
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation skill

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants