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:
|
||||
- any: ['src/**/*.js']
|
||||
all: ['!src/main.js']
|
||||
|
||||
|
||||
# Add 'feature' label to any branch that starts with `feature` or has a `feature` section in the name
|
||||
feature:
|
||||
- branch: ['feature/**', '*/feaure/**']
|
||||
- branch: ['feature/**', '*/feature/**']
|
||||
```
|
||||
|
||||
### Create Workflow
|
||||
|
||||
Reference in New Issue
Block a user