Skip to content

Rename and update issue titles and labels#914

Merged
egorikftp merged 2 commits intomainfrom
task/label_update
Feb 28, 2026
Merged

Rename and update issue titles and labels#914
egorikftp merged 2 commits intomainfrom
task/label_update

Conversation

@egorikftp
Copy link
Copy Markdown
Member


📝 Changelog

If this PR introduces user-facing changes, please update the relevant Unreleased section in changelogs:

@egorikftp egorikftp marked this pull request as ready for review February 28, 2026 07:30
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Feb 28, 2026

Walkthrough

The changes update GitHub configuration files to modify release and label handling. The release changelog configuration renames feature and bugfix categories to include "SDK" designation and updates their associated labels from "feature" and "bugfix" to "feature-sdk" and "bugfix-sdk" respectively. The required label workflow is updated to enforce the same SDK-scoped labels instead of the original labels. Other changelog categories and label enforcement logic remain unchanged.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Rename and update issue titles and labels' accurately reflects the main changes: renaming release changelog categories and updating label references in GitHub workflows.
Description check ✅ Passed The PR description includes the required changelog template with checkboxes for updating relevant changelog files, matching the repository's description template structure.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch task/label_update

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.github/release.yml:
- Around line 23-28: The Others release rule's exclude list is missing the
SDK-specific labels, so PRs with labels feature-sdk and bugfix-sdk still appear
under "✏️ Others"; update the Others rule (the block with title: ✏️ Others and
its exclude: list) to include "feature-sdk" and "bugfix-sdk" in the exclude
array, and repeat the same change for the second Others rule later in the file
(the other title: ✏️ Others block) so both exclusion lists prevent SDK-labeled
PRs from being duplicated.

ℹ️ Review info

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 44822c2 and a0512ce.

📒 Files selected for processing (2)
  • .github/release.yml
  • .github/workflows/require-label.yml

Comment thread .github/release.yml
Updated required labels in the workflow configuration.
@egorikftp egorikftp merged commit 7f6adf3 into main Feb 28, 2026
3 checks passed
@egorikftp egorikftp deleted the task/label_update branch February 28, 2026 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant