mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 03:58:05 +00:00
Update the readme a little more
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user