ci: revert closed-item sprint assignment workflow#3322
Conversation
This reverts commit 16947f2.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthroughThis PR removes the complete ChangesSprint Assignment Workflow Removal
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
Conflicts resolved in scripts/nemoclaw-start.sh and test/nemoclaw-start.test.ts. main's ensure_mutable_openclaw_config_hash and refresh_openclaw_provider_placeholders (#3322) land in the same regions touched by this branch's write_openclaw_config_baseline and recover_openclaw_config_if_empty (#3118). The two feature sets are additive — kept all four function definitions side by side, and in both the non-root and root startup pipelines call main's pair (refresh_openclaw_provider_placeholders + ensure_mutable_openclaw_config_hash) before the baseline snapshot so the snapshot reflects the final post-override, post-placeholder, post-hash-refresh config. The test fixture scripts get all three new stub functions (refresh_openclaw_provider_placeholders, ensure_mutable_openclaw_config_hash, write_openclaw_config_baseline) in the same order. Verified: npx vitest run test/nemoclaw-start.test.ts test/sandbox-provisioning.test.ts → 84/84 pass. Signed-off-by: jason-ma-nv <jama@nvidia.com>
Summary
Reverts the closed-item sprint assignment automation introduced in #3216. This removes the GitHub Actions workflow and its static workflow test so closed issues and pull requests are no longer assigned to sprint iterations automatically by this repository.
Related Issue
Reverts #3216.
Changes
.github/workflows/assign-closed-items-to-sprint.yaml.test/assign-closed-items-to-sprint-workflow.test.ts.Type of Change
Verification
npx prek run --all-filespassesnpm testpassesmake docsbuilds without warnings (doc changes only)Signed-off-by: Carlos Villela cvillela@nvidia.com
Summary by CodeRabbit