mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 20:24:51 +00:00
Fix typo in the README
This commit is contained in:
@@ -91,7 +91,7 @@ frontend:
|
|||||||
|
|
||||||
# Add 'feature' label to any branch that starts with `feature` or has a `feature` section in the name
|
# Add 'feature' label to any branch that starts with `feature` or has a `feature` section in the name
|
||||||
feature:
|
feature:
|
||||||
- branch: ['feature/**', '*/feaure/**']
|
- branch: ['feature/**', '*/feature/**']
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create Workflow
|
### Create Workflow
|
||||||
|
|||||||
Reference in New Issue
Block a user