-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Create workflow to auto add labels to issues #10700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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