Merge pull request #260 from wwahammy/move_labeler

Move labeler to correct place
This commit is contained in:
Eric Schultz 2020-06-04 13:58:15 -05:00 committed by GitHub
commit b81de705e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,3 +8,5 @@ controller: app/controllers/**
mailer: app/mailers/**
view: app/views/**
jobs: app/jobs/**
dependencies:
- any: ['gems/**', 'Gemfile.lock', 'yarn.lock']