chore(deps): bump huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml from 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c to cf20b09f274383f0d91a7055c5e43f0a2ab3d1a3 - #1122
Conversation
|
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. |
There was a problem hiding this comment.
Alignment Review Report
Automated Checks
- Lint: NOT RUN — this review VM has no
uv/.venvtoolchain (no async-install marker present), so.claude/hooks/lint.shcould not execute. Immaterial to this PR: it changes zero Python files, sosrc/+tests/lint is unaffected by the change. - Debug code: CLEAN for this PR —
check-debug.shonly surfaces pre-existingconsole.print/print()CLI output, docstring examples, and TODOs undersrc/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 forhuggingface/doc-builder/.github/workflows/upload_pr_documentation.ymlfrom7ccf6c0→9978a41(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
9978a4134f9e245a927f8d85f73c026609b38b47exists upstream inhuggingface/doc-builder(commit bymishig25, 2026-09-06, "Comment out schedule for search engine population (#826)"). - New SHA is identical to
huggingface/doc-builder's currentmainHEAD (ahead_by=0, behind_by=0), so the# maincomment 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.
Sent by Cursor Automation: Pre-review
209751e to
0e4074e
Compare
…_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>
0e4074e to
e715b67
Compare
|
Looks like huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml is up-to-date now, so this is no longer needed. |


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.
Commits
cf20b09Revert "Comment out schedule for search engine population (#826)" (#827)9978a41Comment out schedule for search engine population (#826)c2d27f6Fix vectorless Meilisearch document payload (#825)953aa44Add vectorless full-text docs ingestion (#824)1b16dacRemove setup.py in favor of pyproject.toml (#816)bcd143eCheck anchors in links (#820)68667a5fix(kit): accept a lowercase region in language codes (pt-br) (#823)0ab9ea0Ship a pre-commit hook for doc-builder style (#818)4a56e30Escape HTML and strip ANSI codes in notebook-to-mdx text outputs (#819)da05e70delete-old-prs: use a trusted publisher instead of the HF_ACCESS_TOKEN secret...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-builderat commitcf20b09instead of7ccf6c0.package_name: openenvand 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.