CI: run config docs drift check on PRs#51618
Merged
huntharo merged 1 commit intoopenclaw:mainfrom Mar 21, 2026
Merged
Conversation
Contributor
Greptile SummaryThis PR adds
Confidence Score: 5/5
Last reviewed commit: "CI: run config docs ..." |
9 tasks
tiagonix
pushed a commit
to tiagonix/openclaw
that referenced
this pull request
Mar 21, 2026
JohnJAS
pushed a commit
to JohnJAS/openclaw
that referenced
this pull request
Mar 22, 2026
pholpaphankorn
pushed a commit
to pholpaphankorn/openclaw
that referenced
this pull request
Mar 22, 2026
frankekn
pushed a commit
to artwalker/openclaw
that referenced
this pull request
Mar 23, 2026
furaul
pushed a commit
to furaul/openclaw
that referenced
this pull request
Mar 24, 2026
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.
Summary
Describe the problem and fix in 2–5 bullets:
release-checkand the separate config docs drift workflow, so config baseline drift could merge unnoticed.pnpm release:checklater onmaineven when the PR looked green.pnpm config:docs:checkto the existingcheck-additionalPR lane and wired it into the aggregated failure step.pnpm release:checkinto PR CI or change packaging/release gates.Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
User-visible / Behavior Changes
None.
Security Impact (required)
No)No)No)No)No)Yes, explain risk + mitigation:Repro + Verification
Environment
Steps
pnpm release:checkfailure locally and confirmed it was caused bypnpm config:docs:check.pnpm config:docs:checktocheck-additionaland included it in the final failure aggregation.Expected
Actual
Evidence
Attach at least one:
Human Verification (required)
What you personally verified (not just CI), and how:
check-additional, and ranscripts/committer, which completed successfully and ran the repo check gate before committing.Review Conversations
If a bot review conversation is addressed by this PR, resolve that conversation yourself. Do not leave bot review conversation cleanup for maintainers.
Compatibility / Migration
Yes)No)No)Failure Recovery (if this breaks)
config:docs:checkstep fromcheck-additional..github/workflows/ci.ymlcheck-additionalcaused by legitimate config baseline changes that need regenerated baseline files.Risks and Mitigations
List only real risks for this PR. Add/remove entries as needed. If none, write
None.pnpm config:docs:genand commit the updated baseline files.