mirror of
https://github.com/actions/labeler.git
synced 2025-12-12 12:37:48 +00:00
Add comments
This commit is contained in:
@@ -51,10 +51,12 @@ From a boolean logic perspective, top-level match objects are `OR`-ed together a
|
|||||||
|
|
||||||
```yml
|
```yml
|
||||||
# Add 'label1' to any changes within 'example' folder or any subfolders
|
# Add 'label1' to any changes within 'example' folder or any subfolders
|
||||||
|
# (this does not apply to files starting with dot by default – see inputs table below)
|
||||||
label1:
|
label1:
|
||||||
- example/**/*
|
- example/**/*
|
||||||
|
|
||||||
# Add 'label2' to any file changes within 'example2' folder
|
# Add 'label2' to any file changes within 'example2' folder
|
||||||
|
# (this does not apply to files starting with dot by default – see inputs table below)
|
||||||
label2: example2/*
|
label2: example2/*
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user