Update the readme a little more

This commit is contained in:
Josh Dales
2023-03-26 09:46:29 -04:00
parent 210043eed1
commit 938f9c9893

View File

@@ -55,7 +55,7 @@ label1:
- changed-files: ['example1/*']
```
From a boolean logic perspective, top-level match objects are `AND`-ed together and individual match rules within an object are `OR`-ed. If path globs are combined with `!` negation, you can write complex matching rules.
From a boolean logic perspective, top-level match objects, and options within `all` are `AND`-ed together and individual match rules within the `any` object are `OR`-ed. If path globs are combined with `!` negation, you can write complex matching rules.
#### Basic Examples