chore: update release-drafter config (remove CI title autolabel, map pre-commit-ci branch)#26
Conversation
…config branch to dependencies
Commit-Check ✔️ |
📝 WalkthroughWalkthroughThis PR updates the autolabeler configuration in .github/release-drafter.yml by removing a title-based rule matching ci(...) commits for the chore label and adding a branch-based rule that applies the dependencies label to branches matching pre-commit-ci-update-config/. ChangesAutolabeler Rule Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Related PRs: None specified. Suggested labels: dependencies, chore Suggested reviewers: None specified. 🐰 PoemA rabbit tweaks the labels bright, 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Changes
ciprefix title matching rule, so PRs withci:prefix titles won't be auto-labeled aschorepre-commit-ci-update-configbranch todependencieslabel, so it falls under 📦 Dependencies categoryRationale
ci:prefix in titles, which shouldn't be categorized as Maintenancepre-commit-ci-update-configis essentially a dependency update branch, so it should be categorized under DependenciesSummary by CodeRabbit