Skip to content

chore(deps): bump huggingface/doc-builder/.github/workflows/build_pr_documentation.yml from 7e6bd45ee271b96e75484eeafea1b3e6139cd0c7 to 6108e850ae1cf2f71bb0815a600bcd50c39abfa7#962

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/huggingface/doc-builder/dot-github/workflows/build_pr_documentation.yml-6108e850ae1cf2f71bb0815a600bcd50c39abfa7
Closed

chore(deps): bump huggingface/doc-builder/.github/workflows/build_pr_documentation.yml from 7e6bd45ee271b96e75484eeafea1b3e6139cd0c7 to 6108e850ae1cf2f71bb0815a600bcd50c39abfa7#962
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/huggingface/doc-builder/dot-github/workflows/build_pr_documentation.yml-6108e850ae1cf2f71bb0815a600bcd50c39abfa7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor

Bumps huggingface/doc-builder/.github/workflows/build_pr_documentation.yml from 7e6bd45ee271b96e75484eeafea1b3e6139cd0c7 to 6108e850ae1cf2f71bb0815a600bcd50c39abfa7.

Commits
  • 6108e85 Add reachy_mini mock-deps registry entry (#807)
  • 0f47843 Mock optimum, torchao, gguf for diffusers docs (#806)
  • f8ab2e5 Add bitsandbytes (mock) and sentencepiece (real) to diffusers doc deps (#805)
  • 4a384d0 Fix upload_pr_documentation: drop unused doc-builder install (#804)
  • See full diff in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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-builder at commit 6108e850 instead of 7e6bd45. PR doc builds for openenv will 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.

…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>
@dependabot dependabot Bot added Dependencies github_actions Pull requests that update GitHub Actions code labels Jul 14, 2026
@burtenshaw burtenshaw added enhancement New feature or request size: small Small pull request labels Jul 14, 2026 — with Cursor

@cursor cursor Bot 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.

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 (7e6bd456108e850). 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.sh reports pre-existing ruff format drift in ~20 envs/** 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; the src/ + tests/ import-sort (usort) passes.
  • Debug code: CLEAN for this PR. bash .claude/hooks/check-debug.sh lists only pre-existing print() / TODO occurrences under src/ (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 6108e850 is identical to huggingface/doc-builder@main HEAD (dated 2026-07-13) — the trailing # main annotation is accurate.
  • Old pin 7e6bd45 is a clean ancestor of the new one (ahead-by-4, behind-by-0 → fast-forward), so openenv's tomli light-install doc-build support (doc-builder #803) is preserved, not dropped.
  • The 4 intervening commits (#804#807) are doc-builder-internal: an upload_pr_documentation cleanup 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.

Open in Web View Automation 

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

@burtenshaw

Copy link
Copy Markdown
Collaborator

Aggregated into #963 (chore(deps): aggregate core dependabot updates), so closing this single Dependabot PR.

@burtenshaw burtenshaw closed this Jul 14, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

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 ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/github_actions/huggingface/doc-builder/dot-github/workflows/build_pr_documentation.yml-6108e850ae1cf2f71bb0815a600bcd50c39abfa7 branch July 14, 2026 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies enhancement New feature or request github_actions Pull requests that update GitHub Actions code size: small Small pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant