[pull] release/3.0.0-beta2 from isaac-sim:release/3.0.0-beta2 - #33
Merged
pull[bot] merged 2 commits intoAug 27, 2026
Merged
Conversation
# Description Require inference-resolved release backports to pass the repository pre-commit suite before the workflow can commit the resolution or open a draft PR. The resolver prompt now calls out the pre-commit requirement. If hooks make automatic fixes, the workflow stages only paths from the original source PR, revalidates the candidate scope, and runs pre-commit again. Any remaining failure stops the backport without creating a PR. ## Type of change - Bug fix (non-breaking change which fixes an issue) ## Release backport - [ ] <!-- backport-active-release --> Backport this pull request to the active release branch after it merges into `develop` Not applicable for this default-branch PR; a matching `develop` PR carries the change to the active release branch. ## Validation - `uv run isaaclab -f` - Parsed the workflow YAML - Checked the embedded pre-commit shell block with `bash -n` ## Checklist - [x] I have read and understood the contribution guidelines - [x] I have run the pre-commit checks - [x] My changes generate no new warnings - [x] No documentation, unit-test, or package changelog change is required for this workflow-only fix - [x] My name already exists in `CONTRIBUTORS.md`
## Summary - allow PR authors and repository users with write access to request Docker CI with `run-ci` - use the existing `isaaclab-bot` App token to trigger the normal pull request workflow - stop the base and cuRobo Docker builds from running on ordinary PR opens and pushes - preserve changed-path detection, downstream test dependencies, and maintainer dispatches ## Why The two self-hosted GPU Docker builds currently start automatically whenever relevant files change. PR authors need a self-service way to defer that expensive CI path without requiring a protected environment, a webhook service, or write access to launch `workflow_dispatch`. ## Impact Commenting `run-ci` on an open pull request starts Docker CI when the commenter is the PR author or has write access to the repository. The trusted command workflow never checks out PR code; it briefly applies `ci:run-docker` with `isaaclab-bot`, which triggers `Docker + Tests` as a normal `pull_request` workflow on the current merge ref. The label is removed immediately so the command can be used again after later pushes. GitHub cannot filter `pull_request` label names at workflow-trigger time. Any label applied manually therefore starts the same path-gated Docker workflow; the repository's automatic labeler uses `GITHUB_TOKEN`, whose label events do not create recursive workflow runs. Keeping the workflow unfiltered ensures that a manually labeled run cannot satisfy required checks by skipping them. Maintainers can also use the existing manual workflow dispatch. The upstream `ci:run-docker` label has been created with the description "Trigger the on-demand Docker and GPU CI workflow." ## Validation - `uv run isaaclab -f` before commit - `uv run isaaclab -f` after commit and before push - verified PR-author bypass plus write/admin and read-only permission handling - verified the release ruleset's required Docker/test contexts remain produced only by a real labeled or dispatched run --------- Signed-off-by: Matthew Taylor <mataylor@nvidia.com> Co-authored-by: Matthew Taylor <mataylor@nvidia.com> Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
pull
Bot
merged commit Aug 27, 2026
367e498
into
mataylor-nvidia:release/3.0.0-beta2
14 of 17 checks passed
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )