mirror of
https://github.com/actions/labeler.git
synced 2025-12-12 12:37:48 +00:00
docs: minor hint regarding glob notation (#285)
This commit is contained in:
@@ -56,6 +56,11 @@ label1:
|
|||||||
|
|
||||||
# Add 'label2' to any file changes within 'example2' folder
|
# Add 'label2' to any file changes within 'example2' folder
|
||||||
label2: example2/*
|
label2: example2/*
|
||||||
|
|
||||||
|
# Add label3 to any change to .txt files within the entire repository. Quotation marks are required for the leading asterisk
|
||||||
|
label3:
|
||||||
|
- '**/*.txt'
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Common Examples
|
#### Common Examples
|
||||||
|
|||||||
Reference in New Issue
Block a user