Create workflow to auto add labels to issues#10700
Conversation
📝 WalkthroughWalkthroughThis PR introduces automated GitHub issue labeling infrastructure by adding two configuration files. A labeler configuration file ( Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes The changes consist of straightforward configuration files with simple keyword-to-label mappings. Review effort involves verifying that regex patterns are accurate, workflow permissions are appropriate, and the labeler configuration correctly captures intended component areas without false positives. Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ 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 |
Security Scan Results for PRDocker Image Scan Results
Source Code Scan Results🎉 No vulnerabilities found! |
EVDOG4LIFE
left a comment
There was a problem hiding this comment.
lgtm, only minor nit below
✨ Benchmark results
⚡ Benchmark Comparison
|
What does this PR do?
#10430 was merged before to auto label issues, but #10677 inadvertently deleted the files. This PR cherry picks the previous commit to add the files back
Test Plan
None
Related PRs and Issues
Checklist