fix: stop ACTL ignore from excluding package data#261
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesTop-level data/ ignore pattern fix
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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.
Pull request overview
Adjusts the ACTL sync ignore rules so that only the repository-root data/ directory is excluded, avoiding accidental exclusion of nested package/resource data/ directories elsewhere in the tree.
Changes:
- Update
.actlignoreto ignore/data/(repo-root only) instead ofdata/(anywhere).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Merging w/o running tests as this only affects the actl sync system, not the code itself. |
Summary by CodeRabbit
Chores