Skip to content

chore: remove stale release labels#451

Open
svvarom wants to merge 1 commit into
mainfrom
cursor/update-release-labels-df11
Open

chore: remove stale release labels#451
svvarom wants to merge 1 commit into
mainfrom
cursor/update-release-labels-df11

Conversation

@svvarom

@svvarom svvarom commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Remove the unused cp label from generated release note categories.
  • Stop auto-applying the unused cp label from release-drafter title rules.
  • Confirm release YAML surfaces no longer reference nemo-microservices.

Testing

  • python3 -c 'import yaml, sys; [yaml.safe_load(open(path, encoding="utf-8")) for path in sys.argv[1:]]; [print(f"OK {path}") for path in sys.argv[1:]]' .github/release.yml .github/release-drafter.yml
  • rg 'nemo[-_]microservices|\bcp\b' /workspace/.github --glob '*.{yml,yaml}'
  • rg 'nemo[-_]microservices|\bcp\b' /workspace/release --glob '*.{yml,yaml}'

Note: uv run --frozen pre-commit run check-yaml --files .github/release.yml .github/release-drafter.yml could not run because uv is not installed in this container.

Open in Web Open in Cursor 

Summary by CodeRabbit

  • Chores
    • Updated release note labeling rules to better classify pull requests.
    • Removed an outdated label from bug-fix categorization, while keeping existing fix and revert handling unchanged.

Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: Swarom <svvarom@users.noreply.github.com>
@github-actions github-actions Bot added the chore label Jun 24, 2026
@svvarom svvarom self-assigned this Jun 24, 2026
@svvarom svvarom marked this pull request as ready for review June 24, 2026 23:46
@svvarom svvarom requested a review from a team as a code owner June 24, 2026 23:46
@svvarom svvarom requested a review from crookedstorm June 24, 2026 23:47
@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Removed the cp label from release-drafter autolabeling and from the “🐛 Bug Fixes” release notes category.

Changes

Release label configuration

Layer / File(s) Summary
Label mapping updates
.github/release-drafter.yml, .github/release.yml
cp is removed from release-drafter’s autolabeler mapping and from the “🐛 Bug Fixes” category labels.

Possibly related PRs

Suggested labels

ci

Suggested reviewers

  • mquong-ca
  • crookedstorm
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly matches the PR’s main change: removing unused release labels from release configuration.
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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ 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 cursor/update-release-labels-df11

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

@github-actions

Copy link
Copy Markdown
Contributor
Suite Lines Covered Line Rate Branch Rate
Unit Tests 20910/27478 76.1% 61.2%
Integration Tests 12108/26247 46.1% 19.5%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants