mirror of
https://github.com/actions/labeler.git
synced 2025-12-13 13:07:24 +00:00
Fix documentation for root file changes (#133)
Co-authored-by: Patrick Ellis <patrick.j.ellis@gmail.com>
This commit is contained in:
@@ -63,7 +63,7 @@ label2: example2/*
|
|||||||
```yml
|
```yml
|
||||||
# Add 'repo' label to any root file changes
|
# Add 'repo' label to any root file changes
|
||||||
repo:
|
repo:
|
||||||
- ./*
|
- '*'
|
||||||
|
|
||||||
# Add '@domain/core' label to any change within the 'core' package
|
# Add '@domain/core' label to any change within the 'core' package
|
||||||
@domain/core:
|
@domain/core:
|
||||||
|
|||||||
Reference in New Issue
Block a user