mirror of
https://github.com/actions/labeler.git
synced 2025-12-10 19:50:54 +00:00
Fix typo in the README
This commit is contained in:
@@ -88,10 +88,10 @@ source:
|
|||||||
frontend:
|
frontend:
|
||||||
- any: ['src/**/*.js']
|
- any: ['src/**/*.js']
|
||||||
all: ['!src/main.js']
|
all: ['!src/main.js']
|
||||||
|
|
||||||
# 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