chore(deps): bump huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml from 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c to 1b16dac5e33043af565fdf4c1b5b0fe81d0891c8 - #1106
Conversation
…_documentation.yml Bumps [huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml](https://github.com/huggingface/doc-builder) from 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c to 1b16dac5e33043af565fdf4c1b5b0fe81d0891c8. - [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...1b16dac) --- updated-dependencies: - dependency-name: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml dependency-version: 1b16dac5e33043af565fdf4c1b5b0fe81d0891c8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
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 dependabot bump of the HF-owned doc-builder reusable-workflow pin: upload_pr_documentation.yml@7ccf6c02 → @1b16dac5 (# main). Single-line, YAML-only change, verified end-to-end below.
Automated Checks
- Lint: PASS (N/A for scope) — 0
.pyfiles changed (YAML-only). The Python-onlylint.shdoesn't apply to this diff (on the review VM it only errors becauseuvisn't preinstalled, and never reaches any changed file). - Debug code: CLEAN —
check-debug.shhits are all pre-existingsrc/files (cli/commands/build.py,collect.pyconsole output;__main__/serve/test_local_docker_providerTODOs). None are in this diff.
Open RFCs Context
Enumerated rfcs/: 000/001/002/003/005/008 In Review, 010 Draft, 004 (no Status header — rubric/reward system). RFC 008 (Environment Auto-Validation, @zkwentz) is newly on main and governs src/openenv/validation/** + openenv validate — untouched here. No RFC covers CI, GitHub Actions, the doc-build pipeline, or dependency management ⇒ no conflicts.
Tier 1: Fixes Required
- None.
Tier 2: Alignment Discussion
Principle Conflicts: None. Full-SHA pinning + dependabot freshness aligns with the reproducibility/security principle (PRINCIPLES.md); hf_token stays a secrets.* reference (no credential exposure).
RFC Conflicts: None identified.
Summary
- 0 mechanical issues to fix
- 0 alignment points for human review
- 0 RFC conflicts to discuss
Dependabot / supply-chain verification
- New SHA legitimate & current:
7ccf6c02...1b16dac5= clean fast-forward (12 ahead / 0 behind);1b16dac5...main== identical ⇒1b16dac5is doc-buildermainHEAD, so the trailing# mainstays accurate. Tip commit = doc-builder #816 "Remove setup.py in favor of pyproject.toml". - Caller contract safe:
upload_pr_documentation.ymlis not among the 20 files changed in the delta ⇒ the reusable workflow this PR calls is byte-identical across the bump ⇒ itson: workflow_call:inputs/secrets are unchanged. OpenEnv's caller still supplies requiredpackage_name: openenv+hf_token(+ optionalcomment_bot_*). The delta'sbuild_main/build_predits (incl. #808's optionalpython_versioninput) affect the sibling pins, notupload. - Artifact contract: the
doc-build-artifacthandoff is unchanged (upload workflow byte-identical; its producerbuild_prisn't bumped here). - Mergeable / not stale:
git merge-tree origin/main <head>= clean (no conflict); PR base == currentorigin/maintip (38b2a313, #1025 merge) ⇒ clean 1-commit fast-forward. - Security: full 40-char SHA pin retained; secrets remain
secrets.*references (no hardcoded credentials).
Non-blocking notes (informational, cc @burtenshaw — .github/dependabot.yml owner)
- Sibling-pin skew (expected):
build_documentation.yml:12+build_pr_documentation.yml:13remain@7ccf6c02; after this merges,uploadleads them until their own bumps (or acodex/dependabot-core-*aggregate) reconverge all three. Dependabot tracks each reusable-workflow path separately, so temporary skew is normal, not a defect. - Supersedes the unmerged #1088 (
→ af49b8dc): same base + same old SHA7ccf6c02, target advanced to the newermainHEAD;af49b8dcis now the 5th of this 12-commit delta.
Review-only — no code changes required.
Sent by Cursor Automation: Pre-review
| jobs: | ||
| build: | ||
| uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c # main | ||
| uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@1b16dac5e33043af565fdf4c1b5b0fe81d0891c8 # main |
There was a problem hiding this comment.
doc-builder upload_pr_documentation.yml pin 7ccf6c02 → 1b16dac5 (# main).
Verified: clean fast-forward (12 ahead / 0 behind), and 1b16dac5...main == identical so 1b16dac5 is doc-builder's main HEAD (tip = doc-builder #816). The reusable workflow itself is byte-identical across the delta (it's not among the 20 changed files in the compare), so its workflow_call inputs/secrets are unchanged — this caller's package_name: openenv + hf_token/comment_bot_* (all secrets.* refs) still satisfy it. Full 40-char SHA pin retained. No break expected.
|
Closed in favor of the non-env Dependabot aggregate PR #1109. |
|
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/upload_pr_documentation.yml from 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c to 1b16dac5e33043af565fdf4c1b5b0fe81d0891c8.
Changelog
Sourced from huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml's changelog.
Commits
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...0c19df9Fix delete-old-prs.ts: correct bucket tree endpoint, fail loudly (#821)af49b8dDeclare ruff as a runtime dependency (#815)ffa5997Add ruff to the list of dependencies (#785)6dd1bdaPreserve Markdown callout blockquote lines indocbuilder styledocstring fo...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
CI-only workflow reference bump with no application or runtime code changes; minor risk if the new upstream workflow behaves differently when uploading PR docs.
Overview
Updates the reusable workflow pin in
upload_pr_documentation.ymlfrom7ccf6c02to1b16dac5onhuggingface/doc-builder’supload_pr_documentation.yml. The job still runs after Build PR Documentation completes and passes the samepackage_nameand HF/comment-bot secrets.This is a Dependabot-only change to the upload step;
build_pr_documentation.ymlandbuild_documentation.ymlstill reference the older7ccf6c02pin, so doc-builder versions are not aligned across all CI workflows yet.Reviewed by Cursor Bugbot for commit 64b6f13. Bugbot is set up for automated code reviews on this repo. Configure here.