Rename and update issue titles and labels#914
Conversation
7afc2ba to
a0512ce
Compare
WalkthroughThe 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)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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.
Updated required labels in the workflow configuration.
a0512ce to
ff970fc
Compare
📝 Changelog
If this PR introduces user-facing changes, please update the relevant Unreleased section in changelogs: