Fix typo in the labeler file
This commit is contained in:
parent
50e0863366
commit
957153e2c8
1 changed files with 1 additions and 1 deletions
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
|
@ -10,7 +10,7 @@ model: 'app/models/**'
|
||||||
controller: 'app/controllers/**'
|
controller: 'app/controllers/**'
|
||||||
mailer: 'app/mailers/**'
|
mailer: 'app/mailers/**'
|
||||||
view: 'app/views/**'
|
view: 'app/views/**'
|
||||||
jobs: 'app/jobs/**'
|
job: 'app/jobs/**'
|
||||||
dependencies:
|
dependencies:
|
||||||
- 'Gemfile.lock'
|
- 'Gemfile.lock'
|
||||||
- 'yarn.lock'
|
- 'yarn.lock'
|
||||||
|
|
Loading…
Reference in a new issue