Skip to content

ci: revert closed-item sprint assignment workflow#3322

Merged
ericksoa merged 1 commit into
mainfrom
revert/16947f2-closed-items-sprint
May 10, 2026
Merged

ci: revert closed-item sprint assignment workflow#3322
ericksoa merged 1 commit into
mainfrom
revert/16947f2-closed-items-sprint

Conversation

@cv

@cv cv commented May 10, 2026

Copy link
Copy Markdown
Collaborator

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

  • Removes .github/workflows/assign-closed-items-to-sprint.yaml.
  • Removes test/assign-closed-items-to-sprint-workflow.test.ts.
  • Leaves sprint/project assignment behavior to the existing manual or external process.

Type of Change

  • Code change (feature, bug fix, or refactor)
  • Code change with doc updates
  • Doc only (prose changes, no code sample modifications)
  • Doc only (includes code sample changes)

Verification

  • npx prek run --all-files passes
  • npm test passes
  • Tests added or updated for new or changed behavior
  • No secrets, API keys, or credentials committed
  • Docs updated for user-facing behavior changes
  • make docs builds without warnings (doc changes only)
  • Doc pages follow the style guide (doc changes only)
  • New doc pages include SPDX header and frontmatter (new pages only)

Signed-off-by: Carlos Villela cvillela@nvidia.com

Summary by CodeRabbit

  • Chores
    • Removed GitHub Actions workflow automation and associated test suite.

Review Change Stack

@cv cv added the CI/CD label May 10, 2026
@cv cv self-assigned this May 10, 2026
@coderabbitai

coderabbitai Bot commented May 10, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 3bf78b12-6fd5-44df-b43d-4c80b70051a0

📥 Commits

Reviewing files that changed from the base of the PR and between 34d9f61 and c889b54.

📒 Files selected for processing (2)
  • .github/workflows/assign-closed-items-to-sprint.yaml
  • test/assign-closed-items-to-sprint-workflow.test.ts
💤 Files with no reviewable changes (2)
  • test/assign-closed-items-to-sprint-workflow.test.ts
  • .github/workflows/assign-closed-items-to-sprint.yaml

📝 Walkthrough

Walkthrough

This PR removes the complete assign-closed-items-to-sprint GitHub Actions workflow and its test suite. The workflow previously automated assignment of closed issues and PRs to sprint iterations within a ProjectV2 board using GraphQL queries and mutations. The associated test file validated workflow triggers, security configurations, and bash script syntax.

Changes

Sprint Assignment Workflow Removal

Layer / File(s) Summary
Workflow Removal
.github/workflows/assign-closed-items-to-sprint.yaml
Complete removal of the assign-closed-items-to-sprint workflow that handled GitHub App token generation, ProjectV2/Sprint iteration resolution, sprint selection logic by closed timestamp, and bulk updates via GraphQL mutations for closed Issues and Pull Requests.
Test Suite Removal
test/assign-closed-items-to-sprint-workflow.test.ts
Deletion of all workflow validation tests including trigger validation, permission checks, security assertions (pinned token, no checkout), interpolation safety checks, and bash script syntax validation via bash -n.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

A sprint assignment script takes its final bow,
With tests that verified each sacred vow,
GitHub Actions workflows fade away,
No more iterations assigned today. 🐇✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'ci: revert closed-item sprint assignment workflow' accurately summarizes the main change - reverting a CI workflow. It is concise, specific, and clearly describes the primary action taken in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch revert/16947f2-closed-items-sprint

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.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Comment @coderabbitai help to get the list of available commands and usage tips.

@cv cv enabled auto-merge (squash) May 10, 2026 19:19
@ericksoa ericksoa disabled auto-merge May 10, 2026 20:32
@ericksoa ericksoa merged commit 118541a into main May 10, 2026
23 of 25 checks passed
jason-ma-nv added a commit that referenced this pull request May 12, 2026
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>
@cv cv deleted the revert/16947f2-closed-items-sprint branch May 27, 2026 21:18
@wscurran wscurran added area: ci CI workflows, checks, release automation, or GitHub Actions chore Build, CI, dependency, or tooling maintenance and removed CI/CD labels Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ci CI workflows, checks, release automation, or GitHub Actions chore Build, CI, dependency, or tooling maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants