Skip to content

chore(deps): bump huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml from 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c to cf20b09f274383f0d91a7055c5e43f0a2ab3d1a3 - #1122

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/huggingface/doc-builder/dot-github/workflows/upload_pr_documentation.yml-9978a4134f9e245a927f8d85f73c026609b38b47
Closed

chore(deps): bump huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml from 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c to cf20b09f274383f0d91a7055c5e43f0a2ab3d1a3#1122
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/huggingface/doc-builder/dot-github/workflows/upload_pr_documentation.yml-9978a4134f9e245a927f8d85f73c026609b38b47

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml from 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c to cf20b09f274383f0d91a7055c5e43f0a2ab3d1a3.

Changelog

Sourced from huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml's changelog.

Release checklist

  1. Checkout the release branch (for a patch the current release branch, for a new minor version, create one):
    git checkout -b vXX.xx-release
    The -b is only necessary for creation (so remove it when doing a patch).
  2. Change the version in src/doc_builder/__init__.py and pyproject.toml to the proper value.
  3. Commit these changes with the message: "Release: v<VERSION>".
  4. Add a tag in git to mark the release:
    git tag v<VERSION> -m 'Adds tag v<VERSION> for pypi'
    Push the tag and release commit to git:
    git push --tags origin vXX.xx-release
  5. Build the source distribution and the wheel in the top-level directory:
    rm -rf dist
    uv build
  6. Upload the package to the pypi test server first:
    twine upload dist/* -r testpypi
  7. Check that you can install it in a virtualenv by running:
    pip install hf-doc-builder
    pip uninstall hf-doc-builder
    pip install -i https://test.pypi.org/simple/ hf-doc-builder
    It's recommended to check that there are no issues building the docs, so try running a command like doc-builder.
  8. Upload the final version to actual pypi:
    twine upload dist/* -r pypi
  9. Add release notes to the tag in github once everything is looking hunky-dory.
  10. Go back to the main branch and update the version in src/doc_builder/__init__.py and pyproject.toml to the new version ".dev" and push to main.
Commits
  • cf20b09 Revert "Comment out schedule for search engine population (#826)" (#827)
  • 9978a41 Comment out schedule for search engine population (#826)
  • c2d27f6 Fix vectorless Meilisearch document payload (#825)
  • 953aa44 Add vectorless full-text docs ingestion (#824)
  • 1b16dac Remove setup.py in favor of pyproject.toml (#816)
  • bcd143e Check anchors in links (#820)
  • 68667a5 fix(kit): accept a lowercase region in language codes (pt-br) (#823)
  • 0ab9ea0 Ship a pre-commit hook for doc-builder style (#818)
  • 4a56e30 Escape HTML and strip ANSI codes in notebook-to-mdx text outputs (#819)
  • da05e70 delete-old-prs: use a trusted publisher instead of the HF_ACCESS_TOKEN secret...
  • Additional commits viewable in compare view


Note

Low Risk
Single CI workflow pin with no application code changes; main risk is doc upload/PR comment behavior differing from the pinned upstream workflow.

Overview
Updates the reusable “Upload PR Documentation” workflow to pin huggingface/doc-builder at commit cf20b09 instead of 7ccf6c0. package_name: openenv and the HF/comment-bot secrets are unchanged.

This only affects the job that runs after Build PR Documentation completes (upload + PR comment flow). Other local workflows (build_pr_documentation.yml, build_documentation.yml) still reference the older doc-builder SHA and were not updated in this PR.

Reviewed by Cursor Bugbot for commit e715b67. Bugbot is set up for automated code reviews on this repo. Configure here.

@dependabot dependabot Bot added Dependencies github_actions Pull requests that update GitHub Actions code labels Sep 8, 2026
@burtenshaw burtenshaw added enhancement New feature or request size: small Small pull request labels Sep 8, 2026 — with Cursor
@bot-ci-comment

bot-ci-comment Bot commented Sep 8, 2026

Copy link
Copy Markdown

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Alignment Review Report

Automated Checks

  • Lint: NOT RUN — this review VM has no uv/.venv toolchain (no async-install marker present), so .claude/hooks/lint.sh could not execute. Immaterial to this PR: it changes zero Python files, so src/ + tests/ lint is unaffected by the change.
  • Debug code: CLEAN for this PR — check-debug.sh only surfaces pre-existing console.print/print() CLI output, docstring examples, and TODOs under src/openenv/…. None are introduced here; the PR touches a single YAML file.

Open RFCs Context

All RFCs are In Review (000–008) or Draft (010). None cover CI/CD, GitHub Actions, or the doc-builder documentation-upload pipeline. No relevant open RFC.

Scope

Single-file, single-line change:

  • .github/workflows/upload_pr_documentation.yml — bumps the pinned reusable-workflow SHA for huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml from 7ccf6c09978a41 (Dependabot, tracking # main).

Tier 1: Fixes Required

None.

Security verification (Dependabot Actions bump):

  • Pinned to a full 40-char commit SHA (recommended supply-chain practice), not a mutable tag.
  • New SHA 9978a4134f9e245a927f8d85f73c026609b38b47 exists upstream in huggingface/doc-builder (commit by mishig25, 2026-09-06, "Comment out schedule for search engine population (#826)").
  • New SHA is identical to huggingface/doc-builder's current main HEAD (ahead_by=0, behind_by=0), so the # main comment stays accurate.
  • The consumed reusable workflow file (upload_pr_documentation.yml) is unchanged across the 15-commit upstream range; the delta is routine doc-builder maintenance (search ingestion, link checking, style/docs) and does not touch the PR-upload or secret-handling path.

Tier 2: Alignment Discussion

Principle Conflicts

None identified. The change does not touch the framework, environments, the client/server boundary, reward computation, MCP, or the Gymnasium API.

RFC Conflicts

None identified. No open RFC covers CI or documentation workflows.

Summary

  • 0 mechanical issues to fix
  • 0 alignment points for human review
  • 0 RFC conflicts to discuss

Routine, low-risk Dependabot bump. Non-blocking note: this reusable workflow is passed repository secrets (hf_token, comment_bot_app_id, comment_bot_secret_pem) and tracks main via full-SHA re-pins — the bumped commit was verified benign per the checks above.

Open in Web View Automation 

Sent by Cursor Automation: Pre-review

@dependabot dependabot Bot changed the title chore(deps): bump huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml from 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c to 9978a4134f9e245a927f8d85f73c026609b38b47 chore(deps): bump huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml from 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c to cf20b09f274383f0d91a7055c5e43f0a2ab3d1a3 Sep 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/huggingface/doc-builder/dot-github/workflows/upload_pr_documentation.yml-9978a4134f9e245a927f8d85f73c026609b38b47 branch from 209751e to 0e4074e Compare September 9, 2026 08:15
…_documentation.yml

Bumps [huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml](https://github.com/huggingface/doc-builder) from 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c to cf20b09f274383f0d91a7055c5e43f0a2ab3d1a3.
- [Release notes](https://github.com/huggingface/doc-builder/releases)
- [Changelog](https://github.com/huggingface/doc-builder/blob/main/RELEASE.md)
- [Commits](huggingface/doc-builder@7ccf6c0...cf20b09)

---
updated-dependencies:
- dependency-name: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml
  dependency-version: 9978a4134f9e245a927f8d85f73c026609b38b47
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/huggingface/doc-builder/dot-github/workflows/upload_pr_documentation.yml-9978a4134f9e245a927f8d85f73c026609b38b47 branch from 0e4074e to e715b67 Compare September 9, 2026 16:41
@dependabot @github

dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

Looks like huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 9, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/huggingface/doc-builder/dot-github/workflows/upload_pr_documentation.yml-9978a4134f9e245a927f8d85f73c026609b38b47 branch September 9, 2026 19:07
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