chore(deps): bump huggingface/doc-builder/.github/workflows/build_pr_documentation.yml from 7e6bd45ee271b96e75484eeafea1b3e6139cd0c7 to 6108e850ae1cf2f71bb0815a600bcd50c39abfa7#962
Conversation
…documentation.yml Bumps [huggingface/doc-builder/.github/workflows/build_pr_documentation.yml](https://github.com/huggingface/doc-builder) from 7e6bd45ee271b96e75484eeafea1b3e6139cd0c7 to 6108e850ae1cf2f71bb0815a600bcd50c39abfa7. - [Release notes](https://github.com/huggingface/doc-builder/releases) - [Commits](huggingface/doc-builder@7e6bd45...6108e85) --- updated-dependencies: - dependency-name: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml dependency-version: 6108e850ae1cf2f71bb0815a600bcd50c39abfa7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Alignment Review Report
This is a Dependabot bump of a single pinned commit SHA for the huggingface/doc-builder reusable workflow in .github/workflows/build_pr_documentation.yml (7e6bd45 → 6108e850). It changes only CI documentation-build infrastructure — no application, client/server, environment, or API code.
Automated Checks
- Lint: FAIL — but not attributable to this PR.
bash .claude/hooks/lint.shreports pre-existingruff formatdrift in ~20envs/**files (e.g.envs/chat_env/models.py,envs/opencode_env/*,envs/repl_env/*). This PR touches zero Python files, so none of this is introduced here; thesrc/+tests/import-sort (usort) passes. - Debug code: CLEAN for this PR.
bash .claude/hooks/check-debug.shlists only pre-existingprint()/TODOoccurrences undersrc/(CLI/console output, docstring examples, deferred-feature markers). None are added by this change.
Open RFCs Context
Active RFCs — 000 project-phases, 001 abstractions, 002 env-spec (+ pending amendment), 003 mcp-support, 004 rubrics, 005 agentic-harnesses (all In Review); 010 echo-env token world model (Draft). None concern CI or documentation-build infrastructure, so none intersect this change.
Tier 1: Fixes Required
None. Single-line pinned-SHA bump; YAML structure and all inputs (commit_sha, pr_number, package, version_tag_suffix) unchanged. Verified against upstream via the GitHub API:
- New pin
6108e850is identical tohuggingface/doc-builder@mainHEAD (dated 2026-07-13) — the trailing# mainannotation is accurate. - Old pin
7e6bd45is a clean ancestor of the new one (ahead-by-4, behind-by-0 → fast-forward), so openenv'stomlilight-install doc-build support (doc-builder #803) is preserved, not dropped. - The 4 intervening commits (#804–#807) are doc-builder-internal: an
upload_pr_documentationcleanup plus mock-dependency registry entries for other projects (reachy_mini, diffusers). No adverse impact on openenv's PR doc build.
Tier 2: Alignment Discussion
Principle Conflicts
None identified. This is CI infrastructure only. The core principles/invariants (rewards-in-environment, agents-cannot-reset, dual API boundary, client-server separation, Gymnasium API signatures) are all orthogonal to a doc-builder SHA bump. SHA-pinning a third-party reusable workflow is itself a security best practice, and no secrets appear in this diff.
RFC Conflicts
None identified.
Summary
- 0 mechanical issues to fix (lint/debug findings are pre-existing and unrelated to this PR)
- 0 alignment points for human review
- 0 RFC conflicts to discuss
Note (non-blocking): This bumps only 1 of the repo's 3 doc-builder workflow pins — build_documentation.yml and upload_pr_documentation.yml remain at 7e6bd45. That's expected (Dependabot tracks each uses: independently and should open sibling PRs). Worth landing them together so all three references converge on the same main commit; note doc-builder #804 specifically fixes upload_pr_documentation.yml, which this PR does not pull in.
Sent by Cursor Automation: Pre-review
| build: | ||
| if: github.event.pull_request.draft == false | ||
| uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@7e6bd45ee271b96e75484eeafea1b3e6139cd0c7 # main | ||
| uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@6108e850ae1cf2f71bb0815a600bcd50c39abfa7 # main |
There was a problem hiding this comment.
Verified against upstream: 6108e850 is identical to huggingface/doc-builder@main HEAD, so the # main annotation is accurate. The previous pin 7e6bd45 is a clean ancestor (fast-forward, ahead-by-4/behind-by-0), so openenv's tomli light-install support (doc-builder #803) is retained. The 4 new commits are doc-builder-internal (an upload_pr_documentation cleanup + mock-dependency registry entries for other projects).
Minor consistency note: the sibling refs in build_documentation.yml and upload_pr_documentation.yml still point at 7e6bd45; ideally all three converge on the same main commit once Dependabot's sibling PRs land.
|
Aggregated into #963 ( |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |


Bumps huggingface/doc-builder/.github/workflows/build_pr_documentation.yml from 7e6bd45ee271b96e75484eeafea1b3e6139cd0c7 to 6108e850ae1cf2f71bb0815a600bcd50c39abfa7.
Commits
6108e85Add reachy_mini mock-deps registry entry (#807)0f47843Mock optimum, torchao, gguf for diffusers docs (#806)f8ab2e5Add bitsandbytes (mock) and sentencepiece (real) to diffusers doc deps (#805)4a384d0Fix upload_pr_documentation: drop unused doc-builder install (#804)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Single-line CI dependency pin with no application or runtime code changes.
Overview
Updates the reusable Build PR Documentation workflow to pin
huggingface/doc-builderat commit6108e850instead of7e6bd45. PR doc builds foropenenvwill run against the newer upstream workflow (including recent doc-builder changes such as dependency registry mocks and upload workflow fixes).No changes to inputs (
commit_sha,pr_number,package,version_tag_suffix) or job conditions.Reviewed by Cursor Bugbot for commit be79c33. Bugbot is set up for automated code reviews on this repo. Configure here.