mirror of
https://github.com/actions/labeler.git
synced 2025-12-14 13:47:02 +00:00
* Use consistent indentation style in YAML examples * Fix typo 'indvidual'
This commit is contained in:
@@ -36,7 +36,7 @@ label1:
|
|||||||
- any: ['example1/*']
|
- any: ['example1/*']
|
||||||
```
|
```
|
||||||
|
|
||||||
From a boolean logic perspective, top-level match objects are `OR`-ed together and indvidual match rules within an object are `AND`-ed. Combined with `!` negation, you can write complex matching rules.
|
From a boolean logic perspective, top-level match objects are `OR`-ed together and individual match rules within an object are `AND`-ed. Combined with `!` negation, you can write complex matching rules.
|
||||||
|
|
||||||
#### Basic Examples
|
#### Basic Examples
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user