Skip to content

fix: stop ACTL ignore from excluding package data#261

Merged
marcuscollins merged 1 commit into
mainfrom
fix/actlignore-package-data
Jun 15, 2026
Merged

fix: stop ACTL ignore from excluding package data#261
marcuscollins merged 1 commit into
mainfrom
fix/actlignore-package-data

Conversation

@xraymemory

@xraymemory xraymemory commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

Chores

  • Updated build and deployment configuration to refine directory ignore patterns.

Copilot AI review requested due to automatic review settings June 15, 2026 18:44
@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7055b9f7-7b75-4915-8b99-5e4b32f9d200

📥 Commits

Reviewing files that changed from the base of the PR and between b80b181 and 586f167.

📒 Files selected for processing (1)
  • .actlignore

📝 Walkthrough

Walkthrough

The .actlignore file is updated to change the ignore pattern for the data directory from data/ to /data/, anchoring the match to the top-level repository directory only. All other ignore rules remain unchanged.

Changes

Top-level data/ ignore pattern fix

Layer / File(s) Summary
Anchor data/ pattern to repo root
.actlignore
Changes data/ to /data/, restricting the ignore match to the top-level data/ directory rather than any nested data/ directory.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Poem

🐇 A slash at the front, a small but mighty change,
/data/ now anchored, no longer free to range.
The top-level burrow is tucked away and neat,
Subdirectories roam free beneath my furry feet.
One character matters — hooray for /! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating .actlignore to fix how it handles package data paths by changing data/ to /data/.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/actlignore-package-data

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 .actlignore to ignore /data/ (repo-root only) instead of data/ (anywhere).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@marcuscollins marcuscollins left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@marcuscollins

Copy link
Copy Markdown
Collaborator

Merging w/o running tests as this only affects the actl sync system, not the code itself.

@marcuscollins marcuscollins merged commit c70f74c into main Jun 15, 2026
2 checks passed
@coderabbitai coderabbitai Bot mentioned this pull request Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants