generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 348
Closed
Description
Hey, great work on this, I see you've discovered our usage of it at Sentry. We're trying to use a few negation filters together, as an example
backend:
- '!**/*.tsx'
- '!**/*.less'However, this doesn't work as I had expected - it seems to be ORing each filter so if I had a commit where a tsx file changed, backend would still match due to the second filter. Is this expected? Am I writing the filters incorrectly?
Metadata
Metadata
Assignees
Labels
No labels