ci: limit ClusterFuzzLite workflow to src/ and .clusterfuzzlite/ changes#2304
Conversation
Signed-off-by: Anshul Kushwaha <137977998+sudo-anshul@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe ClusterFuzzLite GitHub Actions workflow now includes path filters on both ChangesClusterFuzzLite Workflow Path Filtering
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📋 Issue PlannerBuilt with CodeRabbit's Coding Plans for faster development and fewer bugs. View plan used: ✨ 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
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: ce7714c3-0441-4f9a-8656-d668ea5005c2
📒 Files selected for processing (1)
.github/workflows/clusterfuzzlite.yml
Signed-off-by: Anshul Kushwaha <137977998+sudo-anshul@users.noreply.github.com>
|
👋 Hi @sudo-anshul! Great work completing a Good First Issue issue! 🎉 Thanks for your contribution! 🚀 Here are some issues you might want to explore next:
🌟 Stay connected: Happy coding! 🚀 |
Description
add
paths:filters to the ClusterFuzzLite workflow triggers so it only runswhen files in
src/or.clusterfuzzlite/are modified. this follows theestablished pattern used by other workflows (e.g.,
pr-check-primary-codecov.yml).fixes #2301