docs(ci-insights,test-insights,monorepo-ci): fix wrong commands and claims - #12209
Merged
Conversation
This was referenced Jul 26, 2026
Member
Author
|
This pull request is part of a Mergify stack:
|
This was referenced Jul 26, 2026
Contributor
Merge Protections🟢 All 7 merge protections satisfied — ready to merge. Show 7 satisfied protections🟢 ⛓️ Depends-On RequirementsRequirement based on the presence of
🟢 🤖 Continuous Integration
🟢 👀 Review Requirements
🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 Reviews
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
jd
marked this pull request as ready for review
July 26, 2026 08:20
…laims First docs-health audit pass over the CI Insights, Test Insights, and Monorepo CI pages. Accuracy fixes verified against the CLI schema, the engine, and the docs tree: - setup/github-actions and setup/jenkins: `mergify cli upload` is not a real command; prerequisites and example labels now reference the actual upload paths (`mergify ci junit-process`, the gha-mergify-ci action) - setup pages: "5 parallel executions" described sequential loops; now "repeated executions" matching the Buildkite page - test-frameworks/jest: Jest has no built-in JUnit support (the page itself installs jest-junit); claim corrected - _common-troubleshooting-tips: fix broken anchor to a heading that lives on the GHA setup page - monorepo-ci: "GitHub Actions is the first CI platform with native support" was stale; Buildkite support exists and is now linked - 8 framework pages: add missing backticks around the action name Plus a conservative style pass per the proofread rubrics: banned words, em dashes, heading case, typos. Part of the first manual docs-health audit (MRGFY-8212). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Change-Id: I6653e9001dfe83a3508d9a999ec26db1ca4f6d44
jd
force-pushed
the
devs/jd/jd/mrgfy-8212-docs-health-non-deterministic-audit-loop-style-accuracy/fix-broken-examples-style--da6166d7
branch
from
July 26, 2026 08:23
b5e5a22 to
4e6ebc6
Compare
jd
force-pushed
the
devs/jd/jd/mrgfy-8212-docs-health-non-deterministic-audit-loop-style-accuracy/fix-wrong-cmds-claims--6653e900
branch
from
July 26, 2026 08:23
fe438fe to
c084a27
Compare
Member
Author
Revision history
|
mergify
Bot
force-pushed
the
devs/jd/jd/mrgfy-8212-docs-health-non-deterministic-audit-loop-style-accuracy/fix-broken-examples-style--da6166d7
branch
from
July 27, 2026 08:27
4e6ebc6 to
14bfbe6
Compare
JulianMaurin
previously approved these changes
Jul 27, 2026
Base automatically changed from
devs/jd/jd/mrgfy-8212-docs-health-non-deterministic-audit-loop-style-accuracy/fix-broken-examples-style--da6166d7
to
main
July 27, 2026 11:32
mergify
Bot
force-pushed
the
devs/jd/jd/mrgfy-8212-docs-health-non-deterministic-audit-loop-style-accuracy/fix-wrong-cmds-claims--6653e900
branch
from
July 27, 2026 11:32
c084a27 to
81b0627
Compare
JulianMaurin
approved these changes
Jul 27, 2026
kozlek
approved these changes
Jul 27, 2026
Contributor
Merge Queue Status
This pull request spent 2 minutes 7 seconds in the queue, including 1 minute 49 seconds running CI. Required conditions to merge
|
mergify
Bot
deleted the
devs/jd/jd/mrgfy-8212-docs-health-non-deterministic-audit-loop-style-accuracy/fix-wrong-cmds-claims--6653e900
branch
July 27, 2026 12:08
55 tasks
mergify Bot
pushed a commit
that referenced
this pull request
Jul 27, 2026
…es (#12210) First docs-health audit pass over the stacks, integrations, CLI, and API pages. Accuracy fixes verified against the CLI source and schema, the setup-cli action, and the engine: - cli/usage: `mergify --token <command>` does not exist (no global --token); corrected to `mergify <command> --token` - integrations/dependabot: "Dependabot provides specific labels" was wrong; they are Mergify condition attributes computed from PR metadata - stacks/compare/graphite: "MCP bundled with CLI" was wrong; the CLI ships agent skills, no MCP server - api/usage: the Mergify CLI link pointed at /stacks instead of /cli/usage; product names capitalized (CI Insights, Workflow Automation) - stacks/compare pages: "queue freeze" link text renamed to "queue pause" (it links to /merge-queue/pause; freeze is a different feature) Every `mergify stack` command and flag, the git-config keys, install claims, API endpoints/scopes, and all Datadog metric names were verified against source; the rest were accurate. Plus a conservative style pass per the proofread rubrics: banned words, em dashes, promotional filler, grammar ("Developers Tools", "many functionalities requires", etc.). Part of the first manual docs-health audit (MRGFY-8212). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Depends-On: #12209
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.
First docs-health audit pass over the CI Insights, Test Insights, and
Monorepo CI pages. Accuracy fixes verified against the CLI schema, the
engine, and the docs tree:
mergify cli uploadis not areal command; prerequisites and example labels now reference the actual
upload paths (
mergify ci junit-process, the gha-mergify-ci action)"repeated executions" matching the Buildkite page
itself installs jest-junit); claim corrected
on the GHA setup page
support" was stale; Buildkite support exists and is now linked
Plus a conservative style pass per the proofread rubrics: banned words,
em dashes, heading case, typos.
Part of the first manual docs-health audit (MRGFY-8212).
Co-Authored-By: Claude Fable 5 noreply@anthropic.com
Depends-On: #12208