You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): make paths-filter negation patterns actually exclude files
The dorny/paths-filter default predicate-quantifier is 'some' (OR),
which means negation patterns like '!**.md' never exclude files already
matched by a positive pattern like '**'. Switch to 'every' (AND) so
docs-only changes correctly skip CI. Also bump to v4.0.1.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments