Fix typo in the labeler file

This commit is contained in:
Eric 2020-06-10 11:08:49 -05:00 committed by Eric Schultz
parent 50e0863366
commit 957153e2c8

2
.github/labeler.yml vendored
View file

@ -10,7 +10,7 @@ model: 'app/models/**'
controller: 'app/controllers/**'
mailer: 'app/mailers/**'
view: 'app/views/**'
jobs: 'app/jobs/**'
job: 'app/jobs/**'
dependencies:
- 'Gemfile.lock'
- 'yarn.lock'