beep boop 🤖: Bumping NeMo Curator to v1.2.1#2012
Open
nemo-automation-bot[bot] wants to merge 2 commits into
Open
Conversation
…anch protection) Companion PR to NVIDIA-NeMo/FW-CI-templates#480, which mirrors the branch-protection rule of `[rv][0-9].[0-9].[0-9]` onto `deploy-release/*` so the validate-only release rehearsal is gated by the same required status checks as a real release. Pinned to commit a2d0fba9aaaf595d9bb3a0e8f3e71461983e0f15 on `ko3n1g/feat/mirror-release-branch-protection`. Re-pin to a released tag once FW-CI-templates#480 lands. Signed-off-by: oliver könig <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Contributor
Greptile SummaryThis automated PR bumps NeMo Curator from v1.2.0 to v1.2.1 and pins the reusable release workflow to an immutable commit SHA.
Confidence Score: 5/5This PR is safe to merge — it makes two small, well-scoped changes with no risk to runtime behaviour. The version bump is a single integer increment in a dedicated constants file. The workflow change swaps a mutable tag for a pinned commit SHA, which is a straightforward hardening step with no functional side effects. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant Bot as nemo-automation-bot
participant Repo as nvidia-nemo/curator
participant CI as release.yml workflow
participant Template as FW-CI-templates _release_library.yml@SHA
participant PyPI as PyPI / GitHub Releases
Bot->>Repo: Bump PATCH 0→1 (v1.2.1)
Bot->>Repo: Pin CI template to commit SHA
Repo->>CI: "workflow_dispatch (release-ref, dry-run=false)"
CI->>Template: "uses @ a2d0fba9... (immutable)"
Template->>PyPI: "Publish nemo_curator==1.2.1"
Template->>Repo: Create GitHub Release v1.2.1
Reviews (1): Last reviewed commit: "beep boop 🤖: Bumping NeMo Curator to v1..." | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automated PR to bump NeMo Curator to v1.2.1.